[OE-core] [PATCH 1/3] external-sourcery: extract src and dest sysroot paths from gcc

Chris Larson kergoth at gmail.com
Fri Jun 1 13:59:18 UTC 2012


On Thu, May 31, 2012 at 9:06 PM, Peter Seebach
<peter.seebach at windriver.com> wrote:
> On Thu, 31 May 2012 19:00:04 -0700
> Christopher Larson <kergoth at gmail.com> wrote:
>
>> +CSL_MULTILIB_ARGS[i586] = "-msgxx-glibc"
>> +CSL_MULTILIB_ARGS[i686] = "-msgxx-glibc"
>> +CSL_MULTILIB_ARGS[core2] = "-msgxx-glibc"
>> +CSL_MULTILIB_ARGS[x86] = "-msgxx-glibc"
>> +CSL_MULTILIB_ARGS[x86-64] = "-msgxx-glibc"
>> +CSL_MULTILIB_ARGS[ppce500] = "-te500v1"
>> +CSL_MULTILIB_ARGS[ppce500mc] = "-te500mc"
>> +CSL_MULTILIB_ARGS[ppce500v2] = "-te500v2"
>> +CSL_MULTILIB_ARGS[ppce600] = "-te600"
>
> I would suggest that these be ?= assignments.
>
> Rationale:  There is more than one Sourcery toolchain out there, and
> they sometimes differ in these.  It'd be nice if a hypothetical vendor
> using a hypothetical custom variant of the Sourcery toolchain could use
> these configuration files with nothing more than a few variable
> assignments.  :)

Good point, I'll change that and send a v2. Thanks.
-- 
Christopher Larson




More information about the Openembedded-core mailing list