From owner-cvs-all Thu Apr 8 0:35:27 1999 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1C61E158F8 for ; Thu, 8 Apr 1999 00:35:25 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id AAA14920; Thu, 8 Apr 1999 00:33:25 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id HAA56211; Thu, 8 Apr 1999 07:33:25 GMT (envelope-from obrien) Date: Thu, 8 Apr 1999 00:33:25 -0700 From: "David O'Brien" To: Glenn Johnson Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/gcc28/patches patch-14 patch-15 patch-05 patch-06 Message-ID: <19990408003324.A17377@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199903310847.AAA88891@freefall.freebsd.org> <19990331165119.A16040@symbion.srrc.usda.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990331165119.A16040@symbion.srrc.usda.gov>; from Glenn Johnson on Wed, Mar 31, 1999 at 04:51:19PM -0600 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Forgive me if this is a stupid question, but exactly how does one get > the world to build with something other than the stock compiler? You can either cd /usr/src make cleandir && make cleandir && make obj && make depend make CC=egcc CXX=eg++ make install or remove hack /usr/src/Makefile.inc1 to either just not build a compiler and related bits, or to lay EGCS in place of GCC. Of course compiling the kernel with Egcs is much easier. :-) -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message