diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-07 20:18:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-07 20:18:40 +0000 |
commit | 614cc08a1403e53658e8b512ba48948a666c3c1e (patch) | |
tree | b485908a69709a8950f85883a8c0b39c6e27bdae /toolchain/gcc/Config.version | |
parent | 5d64853bce8e7b5985af2e023a7e70061bd11647 (diff) | |
download | upstream-614cc08a1403e53658e8b512ba48948a666c3c1e.tar.gz upstream-614cc08a1403e53658e8b512ba48948a666c3c1e.tar.bz2 upstream-614cc08a1403e53658e8b512ba48948a666c3c1e.zip |
add GCC 4.2.3
SVN-Revision: 10413
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 204fc273e7..66fb8713ae 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -5,6 +5,7 @@ config GCC_VERSION default "4.2.0" if GCC_VERSION_4_2_0 default "4.2.1" if GCC_VERSION_4_2_1 default "4.2.2" if GCC_VERSION_4_2_2 + default "4.2.3" if GCC_VERSION_4_2_3 default "4.1.2" if !TOOLCHAINOPTS |