diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-07 12:33:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-07 12:33:24 +0200 |
commit | 5c6967567427b9d5cbde9057b49a4894177ad559 (patch) | |
tree | fb4a40d5b6a5290e1baa11ebc3b71e02117bcd74 /toolchain/gmp | |
parent | 1701293d60c885c5e973022586d0c86db501b4a9 (diff) |
fix compile issues on MacOS X host
Diffstat (limited to 'toolchain/gmp')
-rw-r--r-- | toolchain/gmp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index 5b359b8cf..18dc3f83a 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -15,11 +15,8 @@ $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ --prefix=$(STAGING_TOOLS) \ - --build=$(GNU_HOST_NAME) \ - --host=$(GNU_HOST_NAME) \ --disable-shared \ --enable-static \ - --disable-nls \ ); touch $@ |