Commit 66eb4c38 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- pass target specific settings to configure when configuring for the target.

parent 89657b02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ $(GMP_DIR)/.unpacked: $(DL_DIR)/$(GMP_SOURCE)
$(GMP_DIR)/.configured: $(GMP_DIR)/.unpacked
	(cd $(GMP_DIR); rm -rf config.cache; \
		$(TARGET_CONFIGURE_OPTS) \
		CC_FOR_BUILD="$(HOSTCC)" \
		CFLAGS="$(TARGET_CFLAGS)" \
		ac_cv_c_bigendian=$(GMP_BE) \
		./configure \
		--host=$(REAL_GNU_TARGET_NAME) \