From 3ef8ae32d374f3e3d1505b3c54391c7f4ec4b7b3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 May 2009 00:57:07 +0000 Subject: Fix GCC 3.4.6 build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1752 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/gcc/gcc-nuttx-3.x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/buildroot/toolchain/gcc') 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)); -- cgit v1.2.3