diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-10 17:03:37 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-10 17:03:37 +0000 |
commit | 0a5f99a3d2dfa0cb176e9ea4aa950b3acd455bd9 (patch) | |
tree | 84f8ffa33ee48eb828e43ec870c2ab92aae8736b /binutils | |
parent | f69f850fae064d27d14e05c1cb81f769f0f0b395 (diff) |
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
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/binutils-2.15.90.0.3/plt32trunc.patch | 0 | ||||
-rw-r--r-- | binutils/binutils_2.15.90.0.3.oe | 3 |
2 files changed, 2 insertions, 1 deletions
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 --- /dev/null +++ b/binutils/binutils-2.15.90.0.3/plt32trunc.patch 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}" |