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_LINARO
8 Select the version of gcc you wish to use.
10 config GCC_VERSION_4_4_6
13 config GCC_VERSION_4_6_1
16 config GCC_VERSION_LINARO
17 bool "gcc 4.5.x with Linaro enhancements"
19 config GCC_VERSION_LLVM
25 config GCC_USE_GRAPHITE
27 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
28 depends GCC_VERSION_4_4 || GCC_VERSION_4_5 || GCC_VERSION_4_6
30 config GCC_USE_SYSTEM_PPL_CLOOG
32 prompt "Use the system versions of PPL and CLooG"
33 depends GCC_USE_GRAPHITE
36 config EXTRA_GCC_CONFIG_OPTIONS
38 prompt "Additional gcc configure options" if TOOLCHAINOPTS
41 Any additional gcc options you may want to include....
45 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
48 Enable Stack-Smashing Protection support
52 depends UCLIBC_VERSION_NPTL
53 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
56 Enable Thread-local storage support
58 config SJLJ_EXCEPTIONS
60 prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
63 Use old setjump()/longjump() exceptions instead of the newer
64 frame unwinding exceptions handling routines. Warning: increases
65 code size and runtime memory usage.
67 config INSTALL_LIBSTDCPP
69 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
72 Build/install c++ compiler and libstdc++?
76 depends on !GCC_VERSION_LLVM
77 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
80 Build/install java compiler and GNU classpath ?
83 config INSTALL_GFORTRAN
85 prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
88 Build/install GNU fortran compiler ?