kernel: modularize dma shared buffer code to eliminate kernel bloat
[15.05/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_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 endchoice
19
20 config GCC_USE_GRAPHITE
21         bool
22         prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
23
24 config GCC_USE_SYSTEM_PPL_CLOOG
25         bool
26         prompt "Use the system versions of PPL and CLooG"
27         depends on GCC_USE_GRAPHITE
28         default n
29
30 config EXTRA_GCC_CONFIG_OPTIONS
31         string
32         prompt "Additional gcc configure options" if TOOLCHAINOPTS
33         default ""
34         help
35             Any additional gcc options you may want to include....
36
37 config SSP_SUPPORT
38         bool
39         prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
40         default n
41         help
42             Enable Stack-Smashing Protection support
43
44 config SJLJ_EXCEPTIONS
45         bool
46         prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
47         default n
48         help
49             Use old setjump()/longjump() exceptions instead of the newer
50             frame unwinding exceptions handling routines.  Warning: increases
51             code size and runtime memory usage.
52
53 config INSTALL_LIBGCJ
54         bool
55         prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
56         default n
57         help
58             Build/install java compiler and GNU classpath ?
59
60
61 config INSTALL_GFORTRAN
62         bool
63         prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
64         default n
65         help
66             Build/install GNU fortran compiler ?