From owner-cvs-all Thu Apr 11 11:45:46 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 19F3537B400; Thu, 11 Apr 2002 11:45:41 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3BIjdYm000499; Thu, 11 Apr 2002 11:45:39 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3BIiMt1000487; Thu, 11 Apr 2002 11:44:22 -0700 (PDT) Date: Thu, 11 Apr 2002 11:44:22 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020411114422.C99937@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204082038.g38KcuJ36871@freefall.freebsd.org> <20020409082654.GE73475@sunbay.com> <20020410045830.GB10113@dhcp01.pn.xcllnt.net> <20020410174228.GJ98684@sunbay.com> <20020410180308.C84993@dragon.nuxi.com> <20020411071218.GB27950@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020411071218.GB27950@sunbay.com>; from ru@FreeBSD.org on Thu, Apr 11, 2002 at 10:12:18AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Apr 11, 2002 at 10:12:18AM +0300, Ruslan Ermilov wrote: > If you want to change the semantics of NO_CXX from recently "don't compile > c++ compiler" to "don't compile c++ compiler and c++ programs", you will > also have to disable building of lib/libc_r, as it also uses c++, in its > uthread/uthread_autoinit.cc. For -current we don't use libc_r. ;-) > What if the user has a compiler installed from the Ports collection and > wants to compile c++ programs using it? make CXX=my_bad_ass_C++ world will do what you want. The system C++ compiler would still be built; but it would not be used for building anything else. (if this is not the case; it is a bug in our build system) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message