fccb7acdc2e242300bcbc823f9a255e37fa5eb7a
[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_1_2
7         help
8           Select the version of gcc you wish to use.
9
10         config GCC_VERSION_3_4_6
11                 bool "gcc 3.4.6"
12
13         config GCC_VERSION_4_1_2
14                 depends !LINUX_2_4
15                 bool "gcc 4.1.2"
16
17         config GCC_VERSION_4_2_0
18                 depends !LINUX_2_4
19                 bool "gcc 4.2.0"
20
21 endchoice
22
23 config EXTRA_GCC_CONFIG_OPTIONS
24         string
25         prompt "Additional gcc options" if TOOLCHAINOPTS
26         default ""
27         help
28             Any additional gcc options you may want to include....
29
30 config INSTALL_LIBSTDCPP
31         bool
32         prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
33         default y
34         help
35             Build/install c++ compiler and libstdc++?
36
37