diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-07 21:57:05 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-07 21:57:05 +0000 |
commit | 5494a0a2617852297420fc973128b7393b838572 (patch) | |
tree | cf6312e998fa818c44825f929110ca47b61f6edd /binutils/binutils_2.14.90.0.7.oe | |
parent | e7bbcc1f9c7c6da091cdeccf0e520fe9ab19b1af (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/09/07 16:47:03-05:00 handhelds.org!kergoth
Apply arm textrel patch to recent binutils, which fixes the ARM+uclibc ld.so problems.
BKrev: 413e2eb1M0ZJxspK0n14XF2YOUG5jQ
Diffstat (limited to 'binutils/binutils_2.14.90.0.7.oe')
-rw-r--r-- | binutils/binutils_2.14.90.0.7.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/binutils_2.14.90.0.7.oe b/binutils/binutils_2.14.90.0.7.oe index 88ad697273..bbfca3a5f7 100644 --- a/binutils/binutils_2.14.90.0.7.oe +++ b/binutils/binutils_2.14.90.0.7.oe @@ -3,6 +3,7 @@ inherit autotools DESCRIPTION = "A GNU collection of binary utilities" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" +PR = "r1" PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" @@ -41,7 +42,8 @@ SRC_URI = \ file://binutils-uclibc-210-cflags.patch;patch=1 \ file://binutils-006_better_file_error.patch;patch=1 \ file://binutils-100_cflags_for_build.patch;patch=1 \ - file://plt32trunc.patch;patch=1" + file://plt32trunc.patch;patch=1 \ + file://600-arm-textrel.patch;patch=1" S = "${WORKDIR}/binutils-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |