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