4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_VERSION_4_3_5 if (avr32 || powerpc64)
6 default GCC_VERSION_4_3_5 if (TARGET_coldfire || TARGET_etrax || TARGET_gemini || TARGET_cns21xx)
7 default GCC_VERSION_4_3_3_CS if (arm || armeb) && !(TARGET_gemini || TARGET_cns21xx || TARGET_omap35xx)
8 default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
9 default GCC_VERSION_4_4_5 if (powerpc || ubicom32)
10 default GCC_VERSION_4_4_5 if (TARGET_omap35xx || TARGET_octeon || TARGET_sibyte)
11 default GCC_VERSION_4_5_1_LINARO
13 Select the version of gcc you wish to use.
15 config GCC_VERSION_4_3_5
18 config GCC_VERSION_4_4_5
21 config GCC_VERSION_4_5_2
24 config GCC_VERSION_4_5_1_LINARO
25 bool "gcc 4.5.1 with Linaro enhancements"
27 config GCC_VERSION_LLVM
31 config GCC_VERSION_4_3_3_CS
32 bool "gcc 4.3.3 with CodeSourcery enhancements"
34 config GCC_VERSION_4_4_1_CS
35 bool "gcc 4.4.1 with CodeSourcery enhancements"
39 config GCC_USE_GRAPHITE
41 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
42 depends GCC_VERSION_4_4 || GCC_VERSION_4_5
44 config GCC_USE_SYSTEM_PPL_CLOOG
46 prompt "Use the system versions of PPL and CLooG"
47 depends GCC_USE_GRAPHITE
50 config EXTRA_GCC_CONFIG_OPTIONS
52 prompt "Additional gcc configure options" if TOOLCHAINOPTS
55 Any additional gcc options you may want to include....
59 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
62 Enable Stack-Smashing Protection support
66 depends UCLIBC_VERSION_NPTL
67 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
70 Enable Thread-local storage support
72 config INSTALL_LIBSTDCPP
74 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
77 Build/install c++ compiler and libstdc++?
81 depends on !GCC_VERSION_4_2
82 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
85 Build/install java compiler and GNU classpath ?