From 5494a0a2617852297420fc973128b7393b838572 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Sep 2004 21:57:05 +0000 Subject: 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 --- binutils/binutils_2.15.90.0.3.oe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'binutils/binutils_2.15.90.0.3.oe') diff --git a/binutils/binutils_2.15.90.0.3.oe b/binutils/binutils_2.15.90.0.3.oe index d75da80127..d99927c8a9 100644 --- a/binutils/binutils_2.15.90.0.3.oe +++ b/binutils/binutils_2.15.90.0.3.oe @@ -3,6 +3,7 @@ inherit autotools DESCRIPTION = "A GNU collection of binary utilities" LICENSE = "GPL" MAINTAINER = "Gerald Britton " +PR = "r1" PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" @@ -41,7 +42,8 @@ SRC_URI = \ file://binutils-100_cflags_for_build.patch;patch=1 \ file://binutils-2.15.90.0.3-uclibc-100-conf.patch;patch=1 \ file://binutils-2.15.90.0.3-uclibc-200-build_modules.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}" -- cgit v1.2.3