diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-08 17:51:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-08 17:51:41 +0100 |
commit | 442ae3a70f492fb16440ca081309638de0a6bd1b (patch) | |
tree | a1573aa6d6990f2676bc6a0c407079b1252bcc8a /toolchain/binutils/Makefile | |
parent | 7c7a310895260542394c3cab941143e07cb2db87 (diff) | |
parent | 22351cedf6cee6b8e0e23fdecf62f7af2939874a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/binutils/Makefile')
-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 \ |