e712d5934d0e81db3c2286afa6b97f90ddd67ec4
[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 TARGET_magicbox
7         default GCC_VERSION_4_2_3 if TARGET_avr32
8         default GCC_VERSION_4_1_2
9         help
10           Select the version of gcc you wish to use.
11
12         config GCC_VERSION_3_4_6
13                 bool "gcc 3.4.6"
14
15         config GCC_VERSION_4_1_2
16                 depends !LINUX_2_4
17                 bool "gcc 4.1.2"
18
19         config GCC_VERSION_4_2_0
20                 depends !LINUX_2_4
21                 bool "gcc 4.2.0"
22
23         config GCC_VERSION_4_2_1
24                 depends !LINUX_2_4
25                 bool "gcc 4.2.1"
26
27         config GCC_VERSION_4_2_2
28                 depends !LINUX_2_4
29                 bool "gcc 4.2.2"
30
31         config GCC_VERSION_4_2_3
32                 depends !LINUX_2_4
33                 bool "gcc 4.2.3"
34
35         config GCC_VERSION_4_2_4
36                 depends !LINUX_2_4
37                 bool "gcc 4.2.4"
38
39 endchoice
40
41 config EABI_SUPPORT
42         bool
43         depends arm||armeb
44         prompt "Enable EABI support" if TOOLCHAINOPTS
45         default n
46         help
47           Enable ARM EABI support
48
49 config EXTRA_GCC_CONFIG_OPTIONS
50         string
51         prompt "Additional gcc options" if TOOLCHAINOPTS
52         default ""
53         help
54             Any additional gcc options you may want to include....
55
56 config INSTALL_LIBSTDCPP
57         bool
58         prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
59         default y
60         help
61             Build/install c++ compiler and libstdc++?
62
63 config INSTALL_LIBGCJ
64         bool
65         prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
66         default n
67         help
68             Build/install java compiler and GNU classpath ?