4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_VERSION_4_4_6 if GCC_DEFAULT_VERSION_4_4_6
6 default GCC_VERSION_4_5_LINARO
8 Select the version of gcc you wish to use.
10 config GCC_VERSION_4_4_6
12 depends (avr32 || ubicom32)
14 config GCC_VERSION_4_6_1
17 config GCC_VERSION_4_5_LINARO
18 bool "gcc 4.5.x with Linaro enhancements"
20 config GCC_VERSION_4_6_LINARO
21 bool "gcc 4.6.x with Linaro enhancements"
23 config GCC_VERSION_LLVM
29 config GCC_USE_GRAPHITE
31 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
32 depends !GCC_VERSION_LLVM
34 config GCC_USE_SYSTEM_PPL_CLOOG
36 prompt "Use the system versions of PPL and CLooG"
37 depends GCC_USE_GRAPHITE
40 config EXTRA_GCC_CONFIG_OPTIONS
42 prompt "Additional gcc configure options" if TOOLCHAINOPTS
45 Any additional gcc options you may want to include....
49 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
52 Enable Stack-Smashing Protection support
56 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
59 Enable Thread-local storage support
61 config SJLJ_EXCEPTIONS
63 prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
66 Use old setjump()/longjump() exceptions instead of the newer
67 frame unwinding exceptions handling routines. Warning: increases
68 code size and runtime memory usage.
70 config INSTALL_LIBSTDCPP
72 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
75 Build/install c++ compiler and libstdc++?
79 depends on !GCC_VERSION_LLVM
80 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
83 Build/install java compiler and GNU classpath ?
86 config INSTALL_GFORTRAN
88 prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
91 Build/install GNU fortran compiler ?