Waldemar Brodkorb 11 years ago
parent
commit
4b4281445c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/gmp/Makefile

+ 1 - 1
toolchain/gmp/Makefile

@@ -15,7 +15,7 @@ $(WRKBUILD)/.configured:
 ifneq ($(OStype),Darwin)
 	(cd $(WRKBUILD); cp configfsf.guess config.guess)
 endif
-	(cd $(WRKBUILD); \
+	(cd $(WRKBUILD); PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" \
 		./configure \
 		--prefix=$(STAGING_HOST_DIR) \
 		--with-pic \