From: Chris Larson Date: Thu, 10 Jun 2004 17:03:37 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages X-Git-Tag: Release-2010-05/1~18773 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5f99a3d2dfa0cb176e9ea4aa950b3acd455bd9;p=openembedded.git Merge openembedded@openembedded.bkbits.net:packages into zelda.tuxnami.org:/home/kergoth/code/packages 2004/06/09 17:53:43-05:00 (none)!kergoth Merge openembedded@openembedded.bkbits.net:packages into odin.(none):/home/kergoth/code/packages 2004/06/09 17:53:31-05:00 (none)!kergoth Add patch to binutils from codesourcery to fix inability to link u-boot. BKrev: 40c89469Cy6XuiyfCHGYTLEJ8dBhZQ --- diff --git a/binutils/binutils-2.15.90.0.3/plt32trunc.patch b/binutils/binutils-2.15.90.0.3/plt32trunc.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/binutils/binutils_2.15.90.0.3.oe b/binutils/binutils_2.15.90.0.3.oe index 036a901e03..b074c07206 100644 --- a/binutils/binutils_2.15.90.0.3.oe +++ b/binutils/binutils_2.15.90.0.3.oe @@ -36,7 +36,8 @@ SRC_URI = \ file://binutils-009_signed_char_fix.patch;patch=1 \ 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://binutils-2.15.90.0.3-uclibc-200-build_modules.patch;patch=1 \ + file://plt32trunc.patch;patch=1" S = "${WORKDIR}/binutils-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"