finally move buildroot-ng to trunk
[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 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