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)
7 default GCC_VERSION_4_3_3_CS if (arm || armeb) && !(TARGET_gemini || 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_1_2
13 Select the version of gcc you wish to use.
15 config GCC_VERSION_4_1_2
18 config GCC_VERSION_4_2_4
21 config GCC_VERSION_4_3_5
24 config GCC_VERSION_4_4_5
27 config GCC_VERSION_4_5_1
30 config GCC_VERSION_4_5_1_LINARO
31 bool "gcc 4.5.1 with Linaro enhancements"
33 config GCC_VERSION_LLVM
37 config GCC_VERSION_4_3_3_CS
38 bool "gcc 4.3.3 with CodeSourcery enhancements"
40 config GCC_VERSION_4_4_1_CS
41 bool "gcc 4.4.1 with CodeSourcery enhancements"
45 config GCC_USE_GRAPHITE
47 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
48 depends GCC_VERSION_4_4 || GCC_VERSION_4_5
50 config GCC_USE_SYSTEM_PPL_CLOOG
52 prompt "Use the system versions of PPL and CLooG"
53 depends GCC_USE_GRAPHITE
56 config EXTRA_GCC_CONFIG_OPTIONS
58 prompt "Additional gcc configure options" if TOOLCHAINOPTS
61 Any additional gcc options you may want to include....
65 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
68 Enable Stack-Smashing Protection support
72 depends UCLIBC_VERSION_NPTL
73 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
76 Enable Thread-local storage support
78 config INSTALL_LIBSTDCPP
80 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
83 Build/install c++ compiler and libstdc++?
87 depends on !(GCC_VERSION_4_1||GCC_VERSION_4_2)
88 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
91 Build/install java compiler and GNU classpath ?