From owner-cvs-all Wed May 15 15: 5:21 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0829E37B404; Wed, 15 May 2002 15:05:14 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4FM5Dfg014141; Wed, 15 May 2002 15:05:13 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4FM5D4B014140; Wed, 15 May 2002 15:05:13 -0700 (PDT) Date: Wed, 15 May 2002 15:05:13 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020515150513.A14077@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205151629.g4FGTj062213@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205151629.g4FGTj062213@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, May 15, 2002 at 09:29:45AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 09:29:45AM -0700, Ruslan Ermilov wrote: > ru 2002/05/15 09:29:45 PDT > > Modified files: > . Makefile.inc1 > gnu/lib Makefile > gnu/usr.bin Makefile > gnu/usr.bin/cc Makefile > Log: > Make sure to not yet build the GNU C++, but still allow > for the C++ progs to be built with e.g. an old compiler, > CXX=/usr/bin/c++, for the time being. Please back this out. You are removing the ability to use an external C++ compiler. Setting CXX=/usr/bin/c++ is bad advice -- if it was usable we would not be in the situation we are in now. I envision users to set CXX=/usr/local/bin/g++31, as that is the C++ compiler Ports now uses. The only gotcha is needing to have gperf already installed on a system. Would you be able to add a test for the existance of gperf before trying to build src/gnu/usr.bin/cc/cc1plus? It would have to test for the existance of /usr/bin/gperf (for older systems that have this from Gcc 2.95 days; and ${.OBJDIR}//gperf for the CXX=g++31 case). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message