Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Sep 2011 19:27:45 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        lev@FreeBSD.org
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: WITHOUT_GCC flag disables installation of /usr/bin/cpp too -- is it Ok?
Message-ID:  <4E67A991.5080605@FreeBSD.org>
In-Reply-To: <1997790603.20110907212004@serebryakov.spb.ru>
References:  <1231707981.20110907201053@serebryakov.spb.ru> <4E67A720.2000903@FreeBSD.org> <1997790603.20110907212004@serebryakov.spb.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2011-09-07 19:20, Lev Serebryakov wrote:
...
>   I think, that /usr/bin/cpp is valuable by itself, as it is handy
> generic preprocessor tool, useful for preparing complex ipfw scripts,
> for example. All others are bundled together, for sure.
>
>   I think, it is good idea to exclude cpp from this list (but not from
> WITHOUT_TOOLCHAIN, of course).

The problem is that it ain't easy. :)  Currently, MK_GCC==no simply
disables building everything under /usr/src/gnu/usr.bin/cc, which has
all the gcc subcomponents.  And you cannot just build cpp by itself,
specific gcc support tools need to be built first.



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