diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-24 09:51:13 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-24 09:51:13 +0000 |
commit | 3b4d68886fa202d0841cef20e7d1f95c0abf2036 (patch) | |
tree | b9cebaf0230c2e7019d4ef88ff799440b374d4de /toolchain/gcc | |
parent | a9f44a5ce92ff2d27f1d46221a90c72e5af4757d (diff) |
fix typo in gcc config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index d29e47541c..0edcf3e607 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -27,7 +27,7 @@ choice select BR2_GCC_3_4 config BR2_GCC_VERSION_4_0_2 - bool "gcc 4.0.1" + bool "gcc 4.0.2" select BR2_GCC_3_4 endchoice |