aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-uclibc.inc
diff options
context:
space:
mode:
authorWalter Goossens <walter.goossens@axon.tv>2009-11-22 17:54:53 +0100
committerLeon Woestenberg <leon@sidebranch.com>2009-11-24 13:49:19 +0100
commitefa2a983ceba0a61f22741294107a9f0e10625b4 (patch)
tree47441f4d4af7b80580c20f537f787bce7bde865d /conf/distro/include/angstrom-uclibc.inc
parente18f786d024362e62ad16ccf2b6c4cfad9c663a4 (diff)
downloadopenembedded-efa2a983ceba0a61f22741294107a9f0e10625b4.tar.gz
conf/distro/angstrom*: Add support for nios2 architecture.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
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 004d90434c..e49d078458 100644
--- a/conf/distro/include/angstrom-uclibc.inc
+++ b/conf/distro/include/angstrom-uclibc.inc
@@ -27,7 +27,7 @@ BUILD_OPTIMIZATION = "-O2 -ggdb3"
#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', 'avr32']]}"
+TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH',d,1) in ['mips', 'mipsel', 'avr32', 'nios2']]}"
CXXFLAGS += "-fvisibility-inlines-hidden"