Date: Thu, 8 Apr 1999 00:33:25 -0700 From: "David O'Brien" <obrien@NUXI.com> To: Glenn Johnson <gjohnson@nola.srrc.usda.gov> 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> In-Reply-To: <19990331165119.A16040@symbion.srrc.usda.gov>; from Glenn Johnson on Wed, Mar 31, 1999 at 04:51:19PM -0600 References: <199903310847.AAA88891@freefall.freebsd.org> <19990331165119.A16040@symbion.srrc.usda.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990408003324.A17377>