[oe] [PATCH 04/12] distros: Disable gnu-style hash for mips64/mips64el

Khem Raj raj.khem at gmail.com
Sun Sep 26 07:48:47 UTC 2010


On Sun, Sep 26, 2010 at 12:38 AM, Eric Bénard <eric at eukrea.com> wrote:
> Hi Khem,
>
> Le 26/09/2010 01:12, Khem Raj a écrit :
>>
>> Signed-off-by: Khem Raj<raj.khem at gmail.com>
>> ---
>>  conf/distro/include/angstrom-eglibc.inc       |    2 +-
>>  conf/distro/include/angstrom-glibc.inc        |    2 +-
>>  conf/distro/include/angstrom-uclibc.inc       |    2 +-
>>  conf/distro/include/sane-toolchain-eglibc.inc |    3 +--
>>  conf/distro/include/sane-toolchain-glibc.inc  |    3 +--
>>  conf/distro/include/sane-toolchain-uclibc.inc |    2 +-
>>  6 files changed, 6 insertions(+), 8 deletions(-)
>>
>> diff --git a/conf/distro/include/angstrom-eglibc.inc
>> b/conf/distro/include/angstrom-eglibc.inc
>> index 4b059fc..3a62781 100644
>> --- a/conf/distro/include/angstrom-eglibc.inc
>> +++ b/conf/distro/include/angstrom-eglibc.inc
>> @@ -23,7 +23,7 @@ BUILD_OPTIMIZATION = "-O2 -g"
>>  BUILD_OPTIMIZATION_pn-perl = "-O1"
>>  BUILD_OPTIMIZATION_sparc = "-O2"
>>
>> -TARGET_LINK_HASH_STYLE =
>> "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH',d,1) in
>> ['mips', 'mipsel']]}"
>> +TARGET_LINK_HASH_STYLE =
>> "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH',d,1) in
>> ['mips', 'mipsel', 'mips64', 'mips64el', 'avr32']]}"
>>
> why do you also add avr32 in this patch ?
>

an oversight. thanks for catching it. I will fix it

> Eric
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list