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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"