drop 4.5 support
[openwrt/staging/jogo.git] / toolchain / gcc / Config.in
1 # Choose gcc version.
2
3 choice
4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_VERSION_4_4_7 if GCC_DEFAULT_VERSION_4_4_7
6 default GCC_VERSION_4_6_LINARO
7 help
8 Select the version of gcc you wish to use.
9
10 config GCC_VERSION_4_4_7
11 bool "gcc 4.4.7"
12 depends avr32
13
14 config GCC_VERSION_4_6_3
15 bool "gcc 4.6.3"
16
17 config GCC_VERSION_4_7_2
18 bool "gcc 4.7.2"
19
20 config GCC_VERSION_4_6_LINARO
21 bool "gcc 4.6.x with Linaro enhancements"
22
23 config GCC_VERSION_4_7_LINARO
24 bool "gcc 4.7.x with Linaro enhancements"
25
26 endchoice
27
28 config GCC_USE_GRAPHITE
29 bool
30 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
31
32 config GCC_USE_SYSTEM_PPL_CLOOG
33 bool
34 prompt "Use the system versions of PPL and CLooG"
35 depends GCC_USE_GRAPHITE
36 default n
37
38 config EXTRA_GCC_CONFIG_OPTIONS
39 string
40 prompt "Additional gcc configure options" if TOOLCHAINOPTS
41 default ""
42 help
43 Any additional gcc options you may want to include....
44
45 config SSP_SUPPORT
46 bool
47 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
48 default n
49 help
50 Enable Stack-Smashing Protection support
51
52 config TLS_SUPPORT
53 bool
54 prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
55 default n
56 help
57 Enable Thread-local storage support
58
59 config SJLJ_EXCEPTIONS
60 bool
61 prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
62 default n
63 help
64 Use old setjump()/longjump() exceptions instead of the newer
65 frame unwinding exceptions handling routines. Warning: increases
66 code size and runtime memory usage.
67
68 config INSTALL_LIBSTDCPP
69 bool
70 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
71 default y if !USE_MUSL
72 help
73 Build/install c++ compiler and libstdc++?
74
75 config INSTALL_LIBGCJ
76 bool
77 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
78 default n
79 help
80 Build/install java compiler and GNU classpath ?
81
82
83 config INSTALL_GFORTRAN
84 bool
85 prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
86 default n
87 help
88 Build/install GNU fortran compiler ?