diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-02 19:24:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-02 19:24:06 +0000 |
commit | c17ca993b7c8163518f4e93ee1c1407f46927d46 (patch) | |
tree | 69a8d364e083fe1bd6fdf79a64b76d8f8255b2d4 /toolchain/gcc/Config.in | |
parent | b225b822d6878c4ce0d9f98bf877ae50c6edecc7 (diff) |
gcc 3.4.6 should be safe on brcm-2.4 now
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4729 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index dd3184e86..f5f27c690 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -3,7 +3,6 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA - default GCC_VERSION_3_4_4 if LINUX_2_4_BRCM default GCC_VERSION_3_4_6 help Select the version of gcc you wish to use. |