summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-01 12:39:19 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-01 12:39:19 +0000
commit565343952de0f30743e7d0c2e01ad562a79b471b (patch)
treee5828688ba80ee7fa114a643a36fc3c2cc0ce179 /toolchain/gcc/Config.version
parentf2ce924259e313d8c43b9fb33fc9ac481cc4637a (diff)
[toolchain] add support for gcc-4.5.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index ce1503fd2..f3827320f 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -13,6 +13,7 @@ config GCC_VERSION
default "4.4.3" if GCC_VERSION_4_4_3
default "4.4.4" if GCC_VERSION_4_4_4
default "4.5.0" if GCC_VERSION_4_5_0
+ default "4.5.1" if GCC_VERSION_4_5_1
default "4.4.3+cs" if GCC_VERSION_4_4_3_CS
default "llvm" if GCC_VERSION_LLVM
default "4.1.2"
@@ -61,6 +62,7 @@ config GCC_VERSION_4_4
config GCC_VERSION_4_5
bool
default y if GCC_VERSION_4_5_0
+ default y if GCC_VERSION_4_5_1
if !TOOLCHAINOPTS
config GCC_VERSION_4_2_4