diff options
Diffstat (limited to 'conf/distro/include/angstrom-uclibc.inc')
-rw-r--r-- | conf/distro/include/angstrom-uclibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc index 8383ddcf2d..71b8862e4b 100644 --- a/conf/distro/include/angstrom-uclibc.inc +++ b/conf/distro/include/angstrom-uclibc.inc @@ -33,7 +33,7 @@ BUILD_OPTIMIZATION = "-Os" #Note that this testing was done without the gcc-pr32889.patch. FULL_OPTIMIZATION_avr32 = "-Os -fomit-frame-pointer" -TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu" +TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH',d,1) in ['mips', 'mipsel']]}" CXXFLAGS += "-fvisibility-inlines-hidden" |