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

Eric Bénard eric at eukrea.com
Sun Sep 26 07:38:42 UTC 2010


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 ?

Eric




More information about the Openembedded-devel mailing list