Explorar o código

- use the HOSTCC as set by the user.

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
6933e0ae04
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      target/ext2/ext2root.mk

+ 1 - 0
target/ext2/ext2root.mk

@@ -20,6 +20,7 @@ $(GENEXT2_DIR)/.configured: $(GENEXT2_DIR)/.unpacked
 	chmod a+x $(GENEXT2_DIR)/configure
 	(cd $(GENEXT2_DIR); rm -rf config.cache; \
 		./configure \
+		CC="$(HOSTCC)" \
 		--prefix=$(STAGING_DIR) \
 	);
 	touch  $(GENEXT2_DIR)/.configured