- use the HOSTCC as set by the user.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 29 Nov 2006 19:02:47 +0000 (19:02 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 29 Nov 2006 19:02:47 +0000 (19:02 -0000)
target/ext2/ext2root.mk

index 6e2e02a659ea0a59593c6188cba0b8fa357d3877..845773f8a1a541fd45d165b0e6ccbe95f7de3206 100644 (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