Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 22:45:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284686 - head
Message-ID:  <201506212245.t5LMjsOa029486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506212245.t5LMjsOa029486>