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