From 6933e0ae04449c822b4a2ed0f60fc86fc3d36c72 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 29 Nov 2006 19:02:47 +0000 Subject: - use the HOSTCC as set by the user. --- target/ext2/ext2root.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/ext2/ext2root.mk') diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk index 6e2e02a65..845773f8a 100644 --- a/target/ext2/ext2root.mk +++ b/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 -- cgit v1.2.3