55ab7e55485693d35a13c9465b42152c77cbefe6
[openwrt-10.03/.git] / toolchain / gcc / Config.in
1 # Choose gcc version.
2
3 choice
4         prompt "GCC compiler Version" if TOOLCHAINOPTS
5         default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA
6         default GCC_VERSION_3_4_6
7         help
8           Select the version of gcc you wish to use.
9
10
11         config GCC_VERSION_3_4_4
12                 bool "gcc 3.4.4"
13
14         config GCC_VERSION_3_4_5
15                 bool "gcc 3.4.5"
16
17         config GCC_VERSION_3_4_6
18                 bool "gcc 3.4.6"
19
20         config GCC_VERSION_3_4_6_nonmips
21                 bool "gcc 3.4.6-nonmips"
22
23         config GCC_VERSION_4_0_2
24                 bool "gcc 4.0.2"
25
26         config GCC_VERSION_4_0_3
27                 bool "gcc 4.0.3"
28
29         config GCC_VERSION_4_1_0
30                 bool "gcc 4.1.0"
31
32         config GCC_VERSION_4_1_1
33                 bool "gcc 4.1.1"
34
35         config GCC_VERSION_4_2
36                 bool "gcc 4.2 (20060709)"
37
38 endchoice
39
40 config EXTRA_GCC_CONFIG_OPTIONS
41         string
42         prompt "Additional gcc options" if TOOLCHAINOPTS
43         default ""
44         help
45             Any additional gcc options you may want to include....
46
47 config INSTALL_LIBSTDCPP
48         bool
49         prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
50         default y
51         help
52             Build/install c++ compiler and libstdc++?
53
54