From owner-freebsd-current@FreeBSD.ORG Mon Apr 28 14:03:22 2014 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B867A1B; Mon, 28 Apr 2014 14:03:22 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D44C1173; Mon, 28 Apr 2014 14:03:21 +0000 (UTC) Received: from Julian-MBP3.local (ppp121-45-232-70.lns20.per1.internode.on.net [121.45.232.70]) (authenticated bits=0) by vps1.elischer.org (8.14.8/8.14.8) with ESMTP id s3SE3IHR069049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 28 Apr 2014 07:03:20 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <535E5FA0.9050703@freebsd.org> Date: Mon, 28 Apr 2014 22:03:12 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Ian Lepore Subject: Re: options for forcing use of GCC References: <535D1350.4000106@freebsd.org> <1398616234.61646.155.camel@revolution.hippie.lan> <535DFB11.4020904@freebsd.org> <1398686749.61646.203.camel@revolution.hippie.lan> In-Reply-To: <1398686749.61646.203.camel@revolution.hippie.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 14:03:22 -0000 On 4/28/14, 8:05 PM, Ian Lepore wrote: > On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: >> On 4/28/14, 12:30 AM, Ian Lepore wrote: >>> WITH_GCC=yes \ >>> WITH_GNUCXX=yes \ >>> WITHOUT_CLANG=yes \ >>> WITHOUT_CLANG_IS_CC=yes \ >> forgot to ask.. is this in /etc/make.conf? >> or elsewhere? > Actually in our build system we build in a chroot, and we inject those > args into the environment during the builds so that we can have > different options for building world versus cross-world within the > chroot, but I think the more-normal place would be make.conf. we also use a combination of environment and make.conf in a chroot. though people sometimes talk about a src.conf (or is that src.mk?) but I haven't found that one yet. > > -- Ian > > >