4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_VERSION_4_2_4 if avr32
6 default GCC_VERSION_4_3_5 if powerpc64
7 default GCC_VERSION_4_3_5 if (TARGET_coldfire || TARGET_etrax || TARGET_gemini)
8 default GCC_VERSION_4_3_3_CS if (arm || armeb) && !(TARGET_gemini || TARGET_omap35xx)
9 default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
10 default GCC_VERSION_4_4_5 if (powerpc || ubicom32)
11 default GCC_VERSION_4_4_5 if (TARGET_omap35xx || TARGET_octeon || TARGET_sibyte)
12 default GCC_VERSION_4_1_2
14 Select the version of gcc you wish to use.
16 config GCC_VERSION_4_1_2
19 config GCC_VERSION_4_2_4
22 config GCC_VERSION_4_3_5
25 config GCC_VERSION_4_4_5
28 config GCC_VERSION_4_5_1
31 config GCC_VERSION_4_5_1_LINARO
32 bool "gcc 4.5.1 with Linaro enhancements"
34 config GCC_VERSION_LLVM
38 config GCC_VERSION_4_3_3_CS
39 bool "gcc 4.3.3 with CodeSourcery enhancements"
41 config GCC_VERSION_4_4_1_CS
42 bool "gcc 4.4.1 with CodeSourcery enhancements"
46 config GCC_USE_GRAPHITE
48 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
49 depends GCC_VERSION_4_4 || GCC_VERSION_4_5
51 config GCC_USE_SYSTEM_PPL_CLOOG
53 prompt "Use the system versions of PPL and CLooG"
54 depends GCC_USE_GRAPHITE
57 config EXTRA_GCC_CONFIG_OPTIONS
59 prompt "Additional gcc configure options" if TOOLCHAINOPTS
62 Any additional gcc options you may want to include....
66 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
69 Enable Stack-Smashing Protection support
73 depends UCLIBC_VERSION_NPTL
74 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
77 Enable Thread-local storage support
79 config INSTALL_LIBSTDCPP
81 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
84 Build/install c++ compiler and libstdc++?
88 depends on !(GCC_VERSION_4_1||GCC_VERSION_4_2)
89 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
92 Build/install java compiler and GNU classpath ?