From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 1081B73172 for ; Thu, 7 Jan 2016 08:07:21 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u0787L2M008717 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 7 Jan 2016 00:07:21 -0800 (PST) Received: from [128.224.162.155] (128.224.162.155) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Thu, 7 Jan 2016 00:07:20 -0800 To: Trevor Woerner , OE-core References: <568DF5C6.90509@gmail.com> From: Robert Yang Message-ID: <568E1CB6.708@windriver.com> Date: Thu, 7 Jan 2016 16:07:18 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <568DF5C6.90509@gmail.com> Subject: Re: invoking a native compiler (gcc) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 08:07:24 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 01/07/2016 01:21 PM, Trevor Woerner wrote: > If a recipe needs to build some tool on the build machine which it later > wants to invoke, my understanding is that BUILD_CC should be used? Yes, you're right, use ${BUILD_CC}. // Robert >