diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-04 12:21:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-04 12:21:58 +0000 |
commit | 9edd05b9c0a6eb9433a6279d6860d63925e82541 (patch) | |
tree | 7021a338d46318910cfe0b8fdf0b221e0c2aadf4 /toolchain/gcc/Config.version | |
parent | 5f9a6a543173ac8b429c6304fa3c6cf225d5e504 (diff) | |
download | upstream-9edd05b9c0a6eb9433a6279d6860d63925e82541.tar.gz upstream-9edd05b9c0a6eb9433a6279d6860d63925e82541.tar.bz2 upstream-9edd05b9c0a6eb9433a6279d6860d63925e82541.zip |
gcc 4.4.5 support
SVN-Revision: 23220
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index c4137d6af3..e57656944d 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -11,6 +11,7 @@ config GCC_VERSION default "4.4.2" if GCC_VERSION_4_4_2 default "4.4.3" if GCC_VERSION_4_4_3 default "4.4.4" if GCC_VERSION_4_4_4 + default "4.4.5" if GCC_VERSION_4_4_5 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 @@ -49,6 +50,7 @@ config GCC_VERSION_4_4 default y if GCC_VERSION_4_4_3 default y if GCC_VERSION_4_4_3_CS default y if GCC_VERSION_4_4_4 + default y if GCC_VERSION_4_4_5 config GCC_VERSION_4_5 bool |