diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-15 22:47:34 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-15 22:47:34 +0100 |
commit | c3c3e495eda917ba2db75dd9238f2efdbed431a1 (patch) | |
tree | 502f628a547c1dc8e61164bcc6de7549aa93f0c0 /conf | |
parent | dbd8770b7b133f92fd3612cf4ed8722b856a5d42 (diff) |
uclibc-0.9.30: enable linker option for hashstyle-gnu
* uclibc can be compiled with hashstyle-gnu too
* add the settings in angstrom-uclibc.inc
* add patch ldso_hash_arm.patch because binutils
after 2.18 for arm are somehow broken for the hashstyle
test in uclibc
* prefer version 0.9.30 in angstroem may break avr32
and if we fix it than
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom-2008-preferred-versions.inc | 2 | ||||
-rw-r--r-- | conf/distro/include/angstrom-uclibc.inc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index e58eb40519..0832f31f25 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -26,5 +26,7 @@ PREFERRED_VERSION_pkgconfig = "0.23" PREFERRED_VERSION_pkgconfig-native = "0.23" PREFERRED_VERSION_pulseaudio = "0.9.10" PREFERRED_VERSION_tiff = "3.8.2+4.0.0beta2" +PREFERRED_VERSION_uclibc-initial = "0.9.30" +PREFERRED_VERSION_uclibc = "0.9.30" PREFERRED_VERSION_udev = "124" PREFERRED_VERSION_xserver-kdrive = "1.4.0.90" diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc index 8993a6ae38..c26613b9e0 100644 --- a/conf/distro/include/angstrom-uclibc.inc +++ b/conf/distro/include/angstrom-uclibc.inc @@ -32,6 +32,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" CXXFLAGS += "-fvisibility-inlines-hidden" |