summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom-uclibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-02-12 00:23:52 -0800
committerKhem Raj <raj.khem@gmail.com>2009-02-12 00:23:52 -0800
commit91fb5ae3627ebe87ec8d93a679fe04306c48f824 (patch)
tree75956aaa06ffadd217b08879c7eccfd4cbbce450 /conf/distro/include/angstrom-uclibc.inc
parent991ddc0f537b9d87fa7a184c60a21d42ce3e4fc2 (diff)
parent902cbb4f88c07c0b168a7bfc3a2f895ba9e9dea1 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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"