summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-07 15:44:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-07 15:44:20 +0100
commit0b0c94de66753b30995d10087ea0cb2ac2ee95a3 (patch)
tree5ba5a10071f5bf55fce45a065de300410f69b50c /toolchain/binutils/Makefile
parent05f5146d1f930f914e80b16035b5e06747be1fc0 (diff)
autodetect host/build system
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index cc8c1b26a..ba67263ef 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -25,8 +25,6 @@ $(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
--prefix=$(STAGING_HOST_DIR) \
- --build=$(GNU_HOST_NAME) \
- --host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
--with-sysroot=$(STAGING_TARGET_DIR) \
--disable-multilib \