[backfire] cleanup: remove refs to unsupported "coldfire" 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_4 if avr32
7         default GCC_VERSION_4_3_3 if powerpc64
8         default GCC_VERSION_4_4_1 if ubicom32
9         default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon)
10         default GCC_VERSION_4_3_3_CS if (arm || armeb)
11         default GCC_VERSION_4_4_3 if powerpc
12         default GCC_VERSION_4_4_3 if (TARGET_octeon)
13         default GCC_VERSION_4_1_2
14         help
15           Select the version of gcc you wish to use.
16
17         config GCC_VERSION_3_4_6
18                 bool "gcc 3.4.6"
19
20 if !LINUX_2_4
21         config GCC_VERSION_4_1_2
22                 bool "gcc 4.1.2"
23
24         config GCC_VERSION_4_2_4
25                 bool "gcc 4.2.4"
26
27         config GCC_VERSION_4_3_3
28                 bool "gcc 4.3.3"
29
30         config GCC_VERSION_4_3_4
31                 bool "gcc 4.3.4"
32
33         config GCC_VERSION_4_4_1
34                 bool "gcc 4.4.1"
35
36         config GCC_VERSION_4_4_2
37                 bool "gcc 4.4.2"
38
39         config GCC_VERSION_4_4_3
40                 bool "gcc 4.4.3"
41
42         config GCC_VERSION_LLVM
43                 bool "llvm-gcc 4.2"
44                 depends BROKEN
45
46         config GCC_VERSION_4_3_3_CS
47                 bool "gcc 4.3.3 with CodeSourcery enhancements"
48
49         config GCC_VERSION_4_4_1_CS
50                 bool "gcc 4.4.1 with CodeSourcery enhancements"
51                 depends BROKEN
52
53         config GCC_VERSION_4_4_3_CS
54                 bool "gcc 4.4.3 with CodeSourcery enhancements"
55                 depends BROKEN
56
57 endif
58
59 endchoice
60
61 config GCC_USE_GRAPHITE
62         bool
63         prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
64         depends GCC_VERSION_4_4_1 || GCC_VERSION_4_4_2 || GCC_VERSION_4_4_3
65
66 config EXTRA_GCC_CONFIG_OPTIONS
67         string
68         prompt "Additional gcc configure options" if TOOLCHAINOPTS
69         default ""
70         help
71             Any additional gcc options you may want to include....
72
73 config SSP_SUPPORT
74         bool
75         depends !GCC_VERSION_3_4_6
76         prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
77         default n
78         help
79             Enable Stack-Smashing Protection support
80
81 config TLS_SUPPORT
82         bool
83         depends !GCC_VERSION_3_4_6 && UCLIBC_VERSION_NPTL
84         prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
85         default n
86         help
87             Enable Thread-local storage support
88
89 config INSTALL_LIBSTDCPP
90         bool
91         prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
92         default y
93         help
94             Build/install c++ compiler and libstdc++?
95
96 config INSTALL_LIBGCJ
97         bool
98         prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
99         default n
100         help
101             Build/install java compiler and GNU classpath ?