- pass configure args for the -target compiler
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 1 Oct 2007 12:57:36 +0000 (12:57 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 1 Oct 2007 12:57:36 +0000 (12:57 -0000)
toolchain/gcc/gcc-uclibc-4.x.mk

index bca78e07cc286da112331e27c4fa1c8a8f69dbb5..cdf32bc3f1b5eda9dae3d3df112b4c4fa62f8c58 100644 (file)
@@ -393,6 +393,7 @@ $(GCC_BUILD_DIR3)/.prepared: $(GCC_BUILD_DIR2)/.libs_installed $(GCC_TARGET_PRER
 $(GCC_BUILD_DIR3)/.configured: $(GCC_BUILD_DIR3)/.prepared
        (cd $(GCC_BUILD_DIR3); rm -rf config.cache; \
                $(TARGET_CONFIGURE_OPTS) \
+               $(TARGET_CONFIGURE_ARGS) \
                $(TARGET_GCC_FLAGS) \
                $(GCC_SRC_DIR)/configure \
                --prefix=/usr \