summaryrefslogtreecommitdiff
path: root/toolchain/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gmp')
-rw-r--r--toolchain/gmp/Makefile3
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 $@