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 /packages/uclibc/uclibc_0.9.30.bb | |
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 'packages/uclibc/uclibc_0.9.30.bb')
-rw-r--r-- | packages/uclibc/uclibc_0.9.30.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/uclibc/uclibc_0.9.30.bb b/packages/uclibc/uclibc_0.9.30.bb index 4b7a8a9443..faeaeca976 100644 --- a/packages/uclibc/uclibc_0.9.30.bb +++ b/packages/uclibc/uclibc_0.9.30.bb @@ -15,9 +15,11 @@ require uclibc.inc PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" SRC_URI += "file://uClibc.machine file://uClibc.distro \ - file://arm-linuxthreads.patch;patch=1 \ - file://linuxthreads-changes.patch;patch=1 \ + file://arm-linuxthreads.patch;patch=1 \ + file://linuxthreads-changes.patch;patch=1 \ " +SRC_URI_append_arm = " file://ldso_hash_arm.patch;patch=1 " +SRC_URI_append_armeb = " file://ldso_hash_arm.patch;patch=1 " #recent versions uclibc require real kernel headers PACKAGE_ARCH = "${MACHINE_ARCH}" |