svn commit: r284686 - head

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 22 01:11:27 UTC 2015


Author: bapt
Date: Sun Jun 21 22:45:53 2015
New Revision: 284686
URL: https://svnweb.freebsd.org/changeset/base/284686

Log:
  Only build gperf as a bootstrap tool if gcc is going to be built

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sun Jun 21 22:42:55 2015	(r284685)
+++ head/Makefile.inc1	Sun Jun 21 22:45:53 2015	(r284686)
@@ -1258,7 +1258,7 @@ _bt=		_bootstrap-tools	
 _strfile=	games/fortune/strfile
 .endif
 
-.if ${MK_CXX} != "no"
+.if ${MK_GCC} != "no" && ${MK_CXX} != "no"
 _gperf=		gnu/usr.bin/gperf
 .endif
 


More information about the svn-src-head mailing list