gcc: add ARM codegen fix from PR 65932
[openwrt/staging/chunkeey.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_6_LINARO if TARGET_octeon
6 default GCC_USE_VERSION_4_8_LINARO
7 help
8 Select the version of gcc you wish to use.
9
10 config GCC_USE_VERSION_4_6_LINARO
11 select GCC_VERSION_4_6_LINARO
12 bool "gcc 4.6.x with Linaro enhancements"
13
14 config GCC_USE_VERSION_4_8_LINARO
15 select GCC_VERSION_4_8_LINARO
16 bool "gcc 4.8.x with Linaro enhancements"
17
18 config GCC_USE_VERSION_4_9_LINARO
19 select GCC_VERSION_4_9_LINARO
20 bool "gcc 4.9.x with Linaro enhancements"
21 depends on BROKEN
22
23 config GCC_USE_VERSION_5
24 select GCC_VERSION_5
25 bool "gcc 5.x"
26
27 endchoice
28
29 config GCC_USE_GRAPHITE
30 bool
31 prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
32
33 config GCC_USE_SYSTEM_PPL_CLOOG
34 bool
35 prompt "Use the system versions of PPL and CLooG"
36 depends on GCC_USE_GRAPHITE
37 default n
38
39 config EXTRA_GCC_CONFIG_OPTIONS
40 string
41 prompt "Additional gcc configure options" if TOOLCHAINOPTS
42 default ""
43 help
44 Any additional gcc options you may want to include....
45
46 config SSP_SUPPORT
47 bool
48 prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
49 depends on !USE_MUSL
50 default y if !USE_MUSL
51 help
52 Enable Stack-Smashing Protection support
53
54 config SJLJ_EXCEPTIONS
55 bool
56 prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
57 default n
58 help
59 Use old setjump()/longjump() exceptions instead of the newer
60 frame unwinding exceptions handling routines. Warning: increases
61 code size and runtime memory usage.
62
63 config INSTALL_LIBGCJ
64 bool
65 prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
66 default n
67 help
68 Build/install java compiler and GNU classpath ?
69
70
71 config INSTALL_GFORTRAN
72 bool
73 prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
74 default n
75 help
76 Build/install GNU fortran compiler ?