From owner-cvs-gnu Tue Aug 23 10:19:07 1994 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id KAA00968 for cvs-gnu-outgoing; Tue, 23 Aug 1994 10:19:07 -0700 Received: (from paul@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id KAA00957; Tue, 23 Aug 1994 10:19:00 -0700 Date: Tue, 23 Aug 1994 10:19:00 -0700 From: Paul Richards Message-Id: <199408231719.KAA00957@freefall.cdrom.com> To: ache, adam, alm, ats, bde, csgr, cvs-gnu, davidg, dyson, guido, hsu, jkh, joerg, jvh, karl, martin, nate, paul, phk, proven, pst, rgrimes, rich, sean, sef, smace, sos, wollman Subject: cvs commit: src/gnu/usr.bin/cc26/cc Makefile Sender: cvs-gnu-owner@freefall.cdrom.com Precedence: bulk paul 94/08/23 10:18:59 Modified: gnu/usr.bin/cc26 Makefile.inc gnu/usr.bin/cc26/cc Makefile Log: Fixed up everything so that the version of gcc that we install from the FreeBSD system sources installs itself as the standard cc and c++. I've fixed c++ to call cc instead of gcc and removed all the symlinks that get created to g** version of the binaries. This means that you can install a second version of gcc that does use the g prefix alongside the "system" version of gcc. The only conflict is libgcc but since we install it as libcc.so.26 and nothing else is likely to that should be ok. Reviewed by: Submitted by: