diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-07 15:44:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-07 15:44:20 +0100 |
commit | 0b0c94de66753b30995d10087ea0cb2ac2ee95a3 (patch) | |
tree | 5ba5a10071f5bf55fce45a065de300410f69b50c /toolchain | |
parent | 05f5146d1f930f914e80b16035b5e06747be1fc0 (diff) |
autodetect host/build system
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
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 \ |