[oe-commits] Koen Kooi : angstrom 2009.X: fix avr32 build

GIT User account git at amethyst.openembedded.net
Wed Feb 11 17:59:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a8fa00b17501d66ad4b837ffc0fff83e4b3707ce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a8fa00b17501d66ad4b837ffc0fff83e4b3707ce

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Feb 11 18:55:46 2009 +0100

angstrom 2009.X: fix avr32 build

---

 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 1f0b41f..86a9afd 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"
 





More information about the Openembedded-commits mailing list