4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_USE_VERSION_4_4_7 if avr32
6 default GCC_USE_VERSION_4_6_LINARO
8 Select the version of gcc you wish to use.
10 config GCC_USE_VERSION_4_4_7
11 select GCC_VERSION_4_4_7
15 config GCC_USE_VERSION_4_8_0
16 select GCC_VERSION_4_8_0
19 config GCC_USE_VERSION_4_6_LINARO
20 select GCC_VERSION_4_6_LINARO
21 bool "gcc 4.6.x with Linaro enhancements"
23 config GCC_USE_VERSION_4_8_LINARO
24 select GCC_VERSION_4_8_LINARO
25 bool "gcc 4.8.x with Linaro enhancements"
29 config GCC_USE_GRAPHITE
31 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
33 config GCC_USE_SYSTEM_PPL_CLOOG
35 prompt "Use the system versions of PPL and CLooG"
36 depends on GCC_USE_GRAPHITE
39 config EXTRA_GCC_CONFIG_OPTIONS
41 prompt "Additional gcc configure options" if TOOLCHAINOPTS
44 Any additional gcc options you may want to include....
48 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
51 Enable Stack-Smashing Protection support
53 config SJLJ_EXCEPTIONS
55 prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
58 Use old setjump()/longjump() exceptions instead of the newer
59 frame unwinding exceptions handling routines. Warning: increases
60 code size and runtime memory usage.
64 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
67 Build/install java compiler and GNU classpath ?
70 config INSTALL_GFORTRAN
72 prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
75 Build/install GNU fortran compiler ?