[cris] add a fix preventing gcc build system from assuming that libc headers are...
[openwrt-10.03/.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.2.4"     if GCC_VERSION_4_2_4
6         default "4.1.2"
7
8 if !TOOLCHAINOPTS
9         config GCC_VERSION_3_4_6
10                 default y if LINUX_2_4
11
12         config GCC_VERSION_4_2_4
13                 default y if TARGET_avr32
14                 default y if TARGET_ppc40x
15                 default y if TARGET_ppc44x
16 endif