X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b5c2ac739de4c82a36b944b9570a4910bd088455..85dc32ec9fd38484f20e0c377c24b4c4ee8bf847:/toolchain/gcc/Config.in?ds=sidebyside diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 55ab7e554..5ea51a8ad 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -2,8 +2,8 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS - default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA - default GCC_VERSION_3_4_6 + default GCC_VERSION_3_4_6 if LINUX_2_4 + default GCC_VERSION_4_1_1 help Select the version of gcc you wish to use.