diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-01 12:57:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-01 12:57:36 +0000 |
commit | 4ad141c338ef1f720d69b8d56a2be336128403e8 (patch) | |
tree | 9ed6154894292ec15bdab0403e82a61a7c95560e /toolchain/gcc | |
parent | 61558a5773f239aaee02cef94c353f71e81d36da (diff) | |
download | buildroot-novena-4ad141c338ef1f720d69b8d56a2be336128403e8.tar.gz buildroot-novena-4ad141c338ef1f720d69b8d56a2be336128403e8.zip |
- pass configure args for the -target compiler
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-4.x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index bca78e07c..cdf32bc3f 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -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 \ |