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_6 if GCC_DEFAULT_VERSION_4_4_6
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_6
18 config GCC_VERSION_4_6_1
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 || GCC_VERSION_4_6
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 SJLJ_EXCEPTIONS
71 prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
74 Use old setjump()/longjump() exceptions instead of the newer
75 frame unwinding exceptions handling routines. Warning: increases
76 code size and runtime memory usage.
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_LLVM
88 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
91 Build/install java compiler and GNU classpath ?
94 config INSTALL_GFORTRAN
96 prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
99 Build/install GNU fortran compiler ?