4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_VERSION_4_2_4 if avr32
6 default GCC_VERSION_4_3_3 if powerpc64
7 default GCC_VERSION_4_3_3 if TARGET_coldfire
8 default GCC_VERSION_4_3_3 if TARGET_etrax
9 default GCC_VERSION_4_3_3_CS if (arm || armeb) && !TARGET_gemini
10 default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
11 default GCC_VERSION_4_3_4 if TARGET_gemini
12 default GCC_VERSION_4_4_1 if ubicom32
13 default GCC_VERSION_4_4_3 if powerpc
14 default GCC_VERSION_4_4_4 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_4_1_2
22 config GCC_VERSION_4_2_4
25 config GCC_VERSION_4_3_3
28 config GCC_VERSION_4_3_4
31 config GCC_VERSION_4_3_5
34 config GCC_VERSION_4_4_1
37 config GCC_VERSION_4_4_2
40 config GCC_VERSION_4_4_3
43 config GCC_VERSION_4_4_4
46 config GCC_VERSION_4_4_5
49 config GCC_VERSION_4_5_0
52 config GCC_VERSION_4_5_1
55 config GCC_VERSION_LLVM
59 config GCC_VERSION_4_3_3_CS
60 bool "gcc 4.3.3 with CodeSourcery enhancements"
62 config GCC_VERSION_4_4_1_CS
63 bool "gcc 4.4.1 with CodeSourcery enhancements"
65 config GCC_VERSION_4_4_3_CS
66 bool "gcc 4.4.3 with CodeSourcery enhancements"
71 config GCC_USE_GRAPHITE
73 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
74 depends GCC_VERSION_4_4 || GCC_VERSION_4_5
76 config GCC_USE_SYSTEM_PPL_CLOOG
78 prompt "Use the system versions of PPL and CLooG"
79 depends GCC_USE_GRAPHITE
82 config EXTRA_GCC_CONFIG_OPTIONS
84 prompt "Additional gcc configure options" if TOOLCHAINOPTS
87 Any additional gcc options you may want to include....
91 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
94 Enable Stack-Smashing Protection support
98 depends UCLIBC_VERSION_NPTL
99 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
102 Enable Thread-local storage support
104 config INSTALL_LIBSTDCPP
106 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
109 Build/install c++ compiler and libstdc++?
111 config INSTALL_LIBGCJ
113 depends on !(GCC_VERSION_4_1||GCC_VERSION_4_2)
114 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
117 Build/install java compiler and GNU classpath ?