summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-19 02:09:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-19 02:09:52 +0000
commitf0f100551d198386be26e29201297f4c29e7d7fd (patch)
treea2e612eeeddb0fcfc652fe415fa74ca7b7fb67f2 /toolchain/gcc/Config.in
parent279c5dad253eef51ce4f9673b4bb5f45db829c7d (diff)
downloadmaster-31e0f0ae-f0f100551d198386be26e29201297f4c29e7d7fd.tar.gz
master-31e0f0ae-f0f100551d198386be26e29201297f4c29e7d7fd.tar.bz2
master-31e0f0ae-f0f100551d198386be26e29201297f4c29e7d7fd.zip
add a gcc variant based on gcc 4.3.3 with codesourcery enhancements
SVN-Revision: 18059
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index a543b2825e..2c0f93e79a 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -39,6 +39,10 @@ if !LINUX_2_4
config GCC_VERSION_LLVM
bool "llvm-gcc 4.2"
+
+ config GCC_VERSION_4_3_3_CS
+ bool "gcc 4.3.3 with CodeSourcery enhancements"
+
endif
endchoice