summaryrefslogtreecommitdiffstats
path: root/target/ext2
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-29 19:02:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-29 19:02:47 +0000
commit6933e0ae04449c822b4a2ed0f60fc86fc3d36c72 (patch)
tree19eab3c659c2e56dd6a99e3306c0984686d3072d /target/ext2
parent3888c9583804b7cf06ba86d7c9ed5f3de524acc5 (diff)
downloadbuildroot-novena-6933e0ae04449c822b4a2ed0f60fc86fc3d36c72.tar.gz
buildroot-novena-6933e0ae04449c822b4a2ed0f60fc86fc3d36c72.zip
- use the HOSTCC as set by the user.
Diffstat (limited to 'target/ext2')
-rw-r--r--target/ext2/ext2root.mk1
1 files changed, 1 insertions, 0 deletions
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