4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_VERSION_4_3_3_CS if GCC_DEFAULT_VERSION_4_3_3_CS
6 default GCC_VERSION_4_3_5 if GCC_DEFAULT_VERSION_4_3_5
7 default GCC_VERSION_4_4_5 if GCC_DEFAULT_VERSION_4_4_5
8 default GCC_VERSION_LINARO
10 Select the version of gcc you wish to use.
12 config GCC_VERSION_4_3_5
15 config GCC_VERSION_4_4_5
18 config GCC_VERSION_4_5_2
21 config GCC_VERSION_LINARO
22 bool "gcc 4.5.x with Linaro enhancements"
24 config GCC_VERSION_LLVM
28 config GCC_VERSION_4_3_3_CS
29 bool "gcc 4.3.3 with CodeSourcery enhancements"
31 config GCC_VERSION_4_4_1_CS
32 bool "gcc 4.4.1 with CodeSourcery enhancements"
36 config GCC_USE_GRAPHITE
38 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
39 depends GCC_VERSION_4_4 || GCC_VERSION_4_5
41 config GCC_USE_SYSTEM_PPL_CLOOG
43 prompt "Use the system versions of PPL and CLooG"
44 depends GCC_USE_GRAPHITE
47 config EXTRA_GCC_CONFIG_OPTIONS
49 prompt "Additional gcc configure options" if TOOLCHAINOPTS
52 Any additional gcc options you may want to include....
56 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
59 Enable Stack-Smashing Protection support
63 depends UCLIBC_VERSION_NPTL
64 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
67 Enable Thread-local storage support
69 config INSTALL_LIBSTDCPP
71 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
74 Build/install c++ compiler and libstdc++?
78 depends on !GCC_VERSION_LLVM
79 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
82 Build/install java compiler and GNU classpath ?