From owner-cvs-gnu Sun Mar 8 05:01:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23606 for cvs-gnu-outgoing; Sun, 8 Mar 1998 05:01:20 -0800 (PST) (envelope-from owner-cvs-gnu) Received: (from obrien@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23595; Sun, 8 Mar 1998 05:01:11 -0800 (PST) (envelope-from obrien) Message-ID: <19980308050111.59862@freebsd.org> Date: Sun, 8 Mar 1998 05:01:11 -0800 From: "David E. O'Brien" To: Mike Smith Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/cc/c++ Makefile Reply-To: obrien@nuxi.com References: <13764.889360249@time.cdrom.com> <199803081247.EAA10126@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199803081247.EAA10126@dingo.cdrom.com>; from Mike Smith on Sun, Mar 08, 1998 at 04:47:29AM -0800 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.5-STABLE 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-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Digital Unix does this as well. IMHO it's bogus, but it does have a > pretty substantial precedent. 8( As does Sun, HP, AT&T (cfront). Thus most of the commerical Unix's call their C++ compiler by ``CC''. None of the ones I looked at had ``c++''. > > > Modified files: > > > gnu/usr.bin/cc/c++ Makefile > > > Log: > > > add `CC' as a link to `c++' for compatablity with SGI.