summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2004-11-14 21:16:27 +0000
committerHolger Freyther <zecke@selfish.org>2004-11-14 21:16:27 +0000
commit585412ca28763b90ff597fe54f585d8904f32ce4 (patch)
tree2543b529978c725727c8d1dee256d8720b465ec9 /binutils
parent137c1aeb22a8cba7dfb5a1aa7a23b75e91f49be7 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into handhelds.org:/home/ich/programming/oe/oe-packages-exported 2004/11/14 16:02:53-05:00 handhelds.org!kergoth Merge openembedded@openembedded.bkbits.net:packages-devel into handhelds.org:/home/kergoth/code/packages 2004/11/14 16:02:44-05:00 handhelds.org!kergoth * gcc_3.4.2.oe: Hack the specs file for the native toolchain to disable cross_compile. * binutils_2.15.91.0.2.oe: Don't set --with-sysroot, to unbork linking with the native toolchain. BKrev: 4197cb2blUM7Kp0ZCSPH0wQh-BltMQ
Diffstat (limited to 'binutils')
-rw-r--r--binutils/binutils_2.15.91.0.2.oe5
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/binutils_2.15.91.0.2.oe b/binutils/binutils_2.15.91.0.2.oe
index 2dceb192ea..99db09d988 100644
--- a/binutils/binutils_2.15.91.0.2.oe
+++ b/binutils/binutils_2.15.91.0.2.oe
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/binutils/"
SECTION = "devel"
LICENSE = "GPL"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
-PR = "r3"
+PR = "r4"
inherit autotools
@@ -50,8 +50,7 @@ SRC_URI = \
S = "${WORKDIR}/binutils-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
-EXTRA_OECONF = "--with-sysroot=${prefix} \
- --disable-nls \
+EXTRA_OECONF = "--disable-nls \
--program-prefix=${TARGET_PREFIX} \
--enable-shared"