- use the HOSTCC as set by the user.

This commit is contained in:
Bernhard Reutner-Fischer 2006-11-29 19:02:47 +00:00
parent 3888c95838
commit 6933e0ae04

View File

@ -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