remove unsupported compilers
[openwrt/svn-archive/archive.git] / toolchain / gcc / Config.version
1 config GCC_VERSION
2 string
3 default "3.4.6" if GCC_VERSION_3_4_6
4 default "4.1.2" if GCC_VERSION_4_1_2
5 default "4.1.2"
6
7 if !TOOLCHAINOPTS
8 config GCC_VERSION_3_4_6
9 default y if LINUX_2_4
10 endif
11
12