On Sun, Sep 26, 2010 at 12:38 AM, Eric Bénard <[email protected]> wrote: > Hi Khem, > > Le 26/09/2010 01:12, Khem Raj a écrit : >> >> Signed-off-by: Khem Raj<[email protected]> >> --- >> 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 > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
