From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rb6vB-0004Z0-Pj for openembedded-core@lists.openembedded.org; Thu, 15 Dec 2011 09:44:09 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 15 Dec 2011 00:37:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="87571297" Received: from unknown (HELO [10.255.12.219]) ([10.255.12.219]) by orsmga002.jf.intel.com with ESMTP; 15 Dec 2011 00:37:10 -0800 Message-ID: <4EE9B1B6.8050007@linux.intel.com> Date: Thu, 15 Dec 2011 00:37:10 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <7645ba6589957af6afa3fbe8766fb1ca6f1b004f.1323911699.git.sgw@linux.intel.com> In-Reply-To: Subject: Re: [PATCH 2/7] ed: Fix EXTRA_OECONF to ensure right compiler is found X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 15 Dec 2011 08:44:10 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/14/2011 10:56 PM, Khem Raj wrote: > On Wed, Dec 14, 2011 at 5:50 PM, Saul Wold wrote: >> >> +EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'" >> + > > hmm why doesnt it pick it from environment in configure ? > That's a really good question! But it does not seem to, when I do the build with non-gplv3, it gets CC=/usr/bin/gcc! So clearly it's not getting the environment, otherwise I would not have made this patch. This is an old-school configure script. Sau! > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >