Add nonmips patches
[openwrt.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_4 if LINUX_2_4_BRCM
7         default GCC_VERSION_3_4_6
8         help
9           Select the version of gcc you wish to use.
10
11
12         config GCC_VERSION_3_4_4
13                 bool "gcc 3.4.4"
14
15         config GCC_VERSION_3_4_5
16                 bool "gcc 3.4.5"
17
18         config GCC_VERSION_3_4_6
19                 bool "gcc 3.4.6"
20
21         config GCC_VERSION_3_4_6_nonmips
22                 bool "gcc 3.4.6-nonmips"
23
24         config GCC_VERSION_4_0_2
25                 bool "gcc 4.0.2"
26
27         config GCC_VERSION_4_0_3
28                 bool "gcc 4.0.3"
29
30         config GCC_VERSION_4_1_0
31                 bool "gcc 4.1.0"
32
33         config GCC_VERSION_4_1_1
34                 bool "gcc 4.1.1"
35
36 endchoice
37
38 config EXTRA_GCC_CONFIG_OPTIONS
39         string
40         prompt "Additional gcc options" if TOOLCHAINOPTS
41         default ""
42         help
43             Any additional gcc options you may want to include....
44
45 config INSTALL_LIBSTDCPP
46         bool
47         prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
48         default y
49         help
50             Build/install c++ compiler and libstdc++?
51
52