svn commit: r220401 - in head: . share/mk tools/build/mk tools/build/options

Juli Mallett jmallett at FreeBSD.org
Wed Apr 6 21:07:59 UTC 2011


On Wed, Apr 6, 2011 at 14:04, Alexander Best <arundel at freebsd.org> wrote:
> On Wed Apr  6 11, Ulrich Spoerlein wrote:
>> Author: uqs
>> Date: Wed Apr  6 20:08:23 2011
>> New Revision: 220401
>> URL: http://svn.freebsd.org/changeset/base/220401
>>
>> Log:
>>   Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and
>>   WITHOUT_CLANG.
>
> is there no way to build clang/llvm without CXX support?

Clang and LLVM are written in C++.  Even if their support for
compiling C++ could be disabled, you'd still need a C++ cross-compiler
to build them, which ought to be disabled by WITHOUT_CXX, right?


More information about the svn-src-all mailing list