diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-11 13:00:32 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-11 13:00:32 -0500 |
commit | 5fa90a761b53c70925be36047ca7a47141379738 (patch) | |
tree | d60403e4598c5c394e7517f8f105337f1fb5d9d3 | |
parent | 2dc8f77b23086654f9aad0c6e78a46a0c9e08ecb (diff) | |
parent | a8fa00b17501d66ad4b837ffc0fff83e4b3707ce (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-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 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" |