From owner-cvs-gnu Sun Mar 8 05:35:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25240 for cvs-gnu-outgoing; Sun, 8 Mar 1998 05:35:08 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from helios.dnttm.ru (root@dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA25217; Sun, 8 Mar 1998 05:34:58 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id QAA05666; Sun, 8 Mar 1998 16:29:04 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id QAA00559; Sun, 8 Mar 1998 16:36:52 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199803081336.QAA00559@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: obrien@nuxi.com cc: Mike Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/cc/c++ Makefile In-reply-to: Your message of "Sun, 08 Mar 1998 05:01:11 PST." <19980308050111.59862@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Mar 1998 16:36:52 +0300 From: Dmitrij Tejblum Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "David E. O'Brien" wrote: > > 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++''. Yes. CC is a good name for vendor-supplied C++ compiler, and it is better to left 'c++' and 'g++' to GNU :-). So, the next step is to update sys.mk. > > > > Modified files: > > > > gnu/usr.bin/cc/c++ Makefile > > > > Log: > > > > add `CC' as a link to `c++' for compatablity with SGI. Dima