gcc: add 4.9-linaro based on the 2014.09 release
[openwrt/openwrt.git] / toolchain / gcc / Config.in
1 # Choose gcc version.
2
3 choice
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 if TARGET_octeon
7 default GCC_USE_VERSION_4_8_LINARO
8 help
9 Select the version of gcc you wish to use.
10
11 config GCC_USE_VERSION_4_4_7
12 select GCC_VERSION_4_4_7
13 bool "gcc 4.4.7"
14 depends on avr32
15
16 config GCC_USE_VERSION_4_8_0
17 select GCC_VERSION_4_8_0
18 bool "gcc 4.8.0"
19
20 config GCC_USE_VERSION_4_6_LINARO
21 select GCC_VERSION_4_6_LINARO
22 bool "gcc 4.6.x with Linaro enhancements"
23
24 config GCC_USE_VERSION_4_8_LINARO
25 select GCC_VERSION_4_8_LINARO
26 bool "gcc 4.8.x with Linaro enhancements"
27
28 config GCC_USE_VERSION_4_9_LINARO
29 select GCC_VERSION_4_9_LINARO
30 bool "gcc 4.9.x with Linaro enhancements"
31
32 endchoice
33
34 config GCC_USE_GRAPHITE
35 bool
36 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
37
38 config GCC_USE_SYSTEM_PPL_CLOOG
39 bool
40 prompt "Use the system versions of PPL and CLooG"
41 depends on GCC_USE_GRAPHITE
42 default n
43
44 config EXTRA_GCC_CONFIG_OPTIONS
45 string
46 prompt "Additional gcc configure options" if TOOLCHAINOPTS
47 default ""
48 help
49 Any additional gcc options you may want to include....
50
51 config SSP_SUPPORT
52 bool
53 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
54 default n
55 help
56 Enable Stack-Smashing Protection support
57
58 config SJLJ_EXCEPTIONS
59 bool
60 prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
61 default n
62 help
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.
66
67 config INSTALL_LIBGCJ
68 bool
69 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
70 default n
71 help
72 Build/install java compiler and GNU classpath ?
73
74
75 config INSTALL_GFORTRAN
76 bool
77 prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
78 default n
79 help
80 Build/install GNU fortran compiler ?