- wants --with-gmp-build nowadays

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-17 13:44:03 +00:00
parent a597f0d757
commit 1dc51b2582
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ $(MPFR_TARGET_DIR)/.configured: $(MPFR_DIR)/.unpacked $(STAGING_DIR)/usr/lib/$(G
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
$(PREFERRED_LIB_FLAGS) \
--with-gmp=$(GMP_TARGET_DIR) \
--with-gmp-build=$(GMP_TARGET_DIR) \
$(DISABLE_NLS) \
)
touch $@