summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-06-15 23:10:03 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-15 23:16:55 +0200
commit5fd095b3748115d7cbe89524332e4b310550b7c3 (patch)
treec0cd0d9cf49956b73afe3b3b90e79106044f8102 /toolchain/binutils
parent144e4ed085d67b46cb0ce9c1c45794bce3c8cb99 (diff)
toolchain: remove gcc 4.1.2 and non-sysroot support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/binutils.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index c24acc4b5..9ac6a223a 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -73,12 +73,12 @@ $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
(cd $(BINUTILS_DIR1); rm -rf config.cache; \
$(HOST_CONFIGURE_OPTS) \
$(BINUTILS_DIR)/configure $(QUIET) \
- --prefix=$(BR2_SYSROOT_PREFIX)/usr \
+ --prefix=/usr \
--build=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
- --mandir=$(BR2_SYSROOT_PREFIX)/usr/share/man \
- --infodir=$(BR2_SYSROOT_PREFIX)/usr/share/info \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
$(BR2_CONFIGURE_DEVEL_SYSROOT) \
$(BR2_CONFIGURE_STAGING_SYSROOT) \
$(DISABLE_NLS) \