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_3_3 if TARGET_etrax
9 default GCC_VERSION_4_3_3 if TARGET_coldfire
10 default GCC_VERSION_4_4_1 if ubicom32
11 default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
12 default GCC_VERSION_4_3_3_CS if (arm || armeb) && !TARGET_gemini
13 default GCC_VERSION_4_4_3 if powerpc
14 default GCC_VERSION_4_4_3 if (TARGET_octeon || TARGET_sibyte)
15 default GCC_VERSION_4_1_2
17 Select the version of gcc you wish to use.
19 config GCC_VERSION_3_4_6
23 config GCC_VERSION_4_1_2
26 config GCC_VERSION_4_2_4
29 config GCC_VERSION_4_3_3
32 config GCC_VERSION_4_3_4
35 config GCC_VERSION_4_4_1
38 config GCC_VERSION_4_4_2
41 config GCC_VERSION_4_4_3
44 config GCC_VERSION_LLVM
48 config GCC_VERSION_4_3_3_CS
49 bool "gcc 4.3.3 with CodeSourcery enhancements"
51 config GCC_VERSION_4_4_1_CS
52 bool "gcc 4.4.1 with CodeSourcery enhancements"
55 config GCC_VERSION_4_4_3_CS
56 bool "gcc 4.4.3 with CodeSourcery enhancements"
63 config GCC_USE_GRAPHITE
65 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
66 depends GCC_VERSION_4_4_1 || GCC_VERSION_4_4_2 || GCC_VERSION_4_4_3
68 config EXTRA_GCC_CONFIG_OPTIONS
70 prompt "Additional gcc configure options" if TOOLCHAINOPTS
73 Any additional gcc options you may want to include....
77 depends !GCC_VERSION_3_4_6
78 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
81 Enable Stack-Smashing Protection support
83 config INSTALL_LIBSTDCPP
85 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
88 Build/install c++ compiler and libstdc++?
92 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
95 Build/install java compiler and GNU classpath ?