From owner-freebsd-current@FreeBSD.ORG Wed Sep 7 16:10:57 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0567106564A for ; Wed, 7 Sep 2011 16:10:57 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 677B78FC12 for ; Wed, 7 Sep 2011 16:10:57 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:14f9:cfdf:caf2:2c18]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id AE76C4AC59 for ; Wed, 7 Sep 2011 20:10:56 +0400 (MSD) Date: Wed, 7 Sep 2011 20:10:53 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <1231707981.20110907201053@serebryakov.spb.ru> To: freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Subject: WITHOUT_GCC flag disables installation of /usr/bin/cpp too -- is it Ok? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 16:10:57 -0000 Hello, freebsd-current. I'm building NanoBSD image based on latest HEAD sources. I've added WITHOUT_GCC to install configuration, as I don't need gcc/g++ (it is documented in man src.conf as disabling exactly gcc and g++), but it affect /usr/bin/cpp too. And I need cpp for some config processing. Is it bug in documentation (man src.conf) or build system? I know about WITHOUT_TOOLCHAIN, and it seems reasonable, that WITHOUT_TOOLCHAIN disables cpp too, but not WITHOUT_GCC :(. --=20 // Black Lion AKA Lev Serebryakov