use GCC 4.2.3 by default for AVR32
[openwrt.git] / toolchain / gcc / Config.in
1 # Choose gcc version.
2
3 choice
4         prompt "GCC compiler Version" if TOOLCHAINOPTS
5         default GCC_VERSION_3_4_6 if LINUX_2_4
6         default GCC_VERSION_4_2_0 if TARGET_magicbox
7         default GCC_VERSION_4_2_3 if TARGET_avr32
8         default GCC_VERSION_4_1_2
9         help
10           Select the version of gcc you wish to use.
11
12         config GCC_VERSION_3_4_6
13                 bool "gcc 3.4.6"
14
15         config GCC_VERSION_4_1_2
16                 depends !LINUX_2_4
17                 bool "gcc 4.1.2"
18
19         config GCC_VERSION_4_2_0
20                 depends !LINUX_2_4
21                 bool "gcc 4.2.0"
22
23         config GCC_VERSION_4_2_1
24                 depends !LINUX_2_4
25                 bool "gcc 4.2.1"
26
27         config GCC_VERSION_4_2_2
28                 depends !LINUX_2_4
29                 bool "gcc 4.2.2"
30
31         config GCC_VERSION_4_2_3
32                 depends !LINUX_2_4
33                 bool "gcc 4.2.3"
34
35 endchoice
36
37 config EXTRA_GCC_CONFIG_OPTIONS
38         string
39         prompt "Additional gcc options" if TOOLCHAINOPTS
40         default ""
41         help
42             Any additional gcc options you may want to include....
43
44 config INSTALL_LIBSTDCPP
45         bool
46         prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
47         default y
48         help
49             Build/install c++ compiler and libstdc++?
50
51 config INSTALL_LIBGCJ
52         bool
53         prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
54         default n
55         help
56             Build/install java compiler and GNU classpath ?