aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-uclibc.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-11 18:55:46 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-11 18:55:46 +0100
commita8fa00b17501d66ad4b837ffc0fff83e4b3707ce (patch)
tree849db81b6eeda8596e166b88f51c6ce0ddc6f74d /conf/distro/include/angstrom-uclibc.inc
parent8a46418c790dcc088a5194930b0dddb2a59359db (diff)
downloadopenembedded-a8fa00b17501d66ad4b837ffc0fff83e4b3707ce.tar.gz
angstrom 2009.X: fix avr32 build
Diffstat (limited to 'conf/distro/include/angstrom-uclibc.inc')
-rw-r--r--conf/distro/include/angstrom-uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc
index 1f0b41f05e..86a9afd465 100644
--- a/conf/distro/include/angstrom-uclibc.inc
+++ b/conf/distro/include/angstrom-uclibc.inc
@@ -34,7 +34,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',''][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', 'avr32']]}"
CXXFLAGS += "-fvisibility-inlines-hidden"