aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils_2.14.90.0.7.bb
diff options
context:
space:
mode:
authorMartin Dietze <martin@the-little-red-haired-girl.org>2009-05-23 13:16:35 +0200
committermd <md@freiheit.com>2009-05-27 21:50:57 +0200
commit83f70f58f497bcb3dafeb6511446da6dd7bed152 (patch)
treef405b7031b1ffced1cb8f8fda713fe49a135811e /recipes/binutils/binutils_2.14.90.0.7.bb
parent5bb092849399d11ca3a368207390202d411e9a25 (diff)
downloadopenembedded-83f70f58f497bcb3dafeb6511446da6dd7bed152.tar.gz
Fixed broken configure script which lead to invalid prefix for cross executables in some cases * the sed substitutions for flags like `--program-transform-name' were not global, they are now
Diffstat (limited to 'recipes/binutils/binutils_2.14.90.0.7.bb')
-rw-r--r--recipes/binutils/binutils_2.14.90.0.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.14.90.0.7.bb b/recipes/binutils/binutils_2.14.90.0.7.bb
index b47c8e51b1..3447c4fea8 100644
--- a/recipes/binutils/binutils_2.14.90.0.7.bb
+++ b/recipes/binutils/binutils_2.14.90.0.7.bb
@@ -48,7 +48,8 @@ SRC_URI = \
file://binutils-uclibc-210-cflags.patch;patch=1 \
file://binutils-100_cflags_for_build.patch;patch=1 \
file://plt32trunc.patch;patch=1 \
- file://600-arm-textrel.patch;patch=1"
+ file://600-arm-textrel.patch;patch=1 \
+ file://binutils-2.14.90.0.7-fix-broken-configure.patch;patch=1"
S = "${WORKDIR}/binutils-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"