summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gcc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-06 00:57:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-06 00:57:07 +0000
commit3ef8ae32d374f3e3d1505b3c54391c7f4ec4b7b3 (patch)
tree4d9c60e7e199c401ac4f500d51a895f907d35cf0 /misc/buildroot/toolchain/gcc
parent2ea243ca6269fa8e5163ec9a02d8b90777920310 (diff)
downloadnuttx-3ef8ae32d374f3e3d1505b3c54391c7f4ec4b7b3.tar.gz
nuttx-3ef8ae32d374f3e3d1505b3c54391c7f4ec4b7b3.tar.bz2
nuttx-3ef8ae32d374f3e3d1505b3c54391c7f4ec4b7b3.zip
Fix GCC 3.4.6 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1752 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/gcc')
-rw-r--r--misc/buildroot/toolchain/gcc/gcc-nuttx-3.x.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/buildroot/toolchain/gcc/gcc-nuttx-3.x.mk b/misc/buildroot/toolchain/gcc/gcc-nuttx-3.x.mk
index 3b745c153..ae3081d58 100644
--- a/misc/buildroot/toolchain/gcc/gcc-nuttx-3.x.mk
+++ b/misc/buildroot/toolchain/gcc/gcc-nuttx-3.x.mk
@@ -123,7 +123,7 @@ $(GCC_BUILD_DIR)/.configured: $(GCC_DIR)/.patched $(GCC_STAGING_PREREQ)
$(THREADS) \
$(MULTILIB) \
$(SOFT_FLOAT_CONFIG_OPTION) \
- $(GCC_WITH_ABI) $(GCC_WITH_ARCH) $(GCC_WITH_TUNE) $(GCC_WITH_MODE) \
+ $(GCC_WITH_ARCH) $(GCC_WITH_TUNE) $(GCC_WITH_MODE) \
$(GCC_USE_SJLJ_EXCEPTIONS) \
$(DISABLE_LARGEFILE) \
$(EXTRA_GCC_CONFIG_OPTIONS));