Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 11:44:22 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        Marcel Moolenaar <marcel@xcllnt.net>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/gnu/usr.bin Makefile
Message-ID:  <20020411114422.C99937@dragon.nuxi.com>
In-Reply-To: <20020411071218.GB27950@sunbay.com>; from ru@FreeBSD.org on Thu, Apr 11, 2002 at 10:12:18AM %2B0300
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020411114422.C99937>