fix cross-compile under FreeBSD
[openadk.git] / toolchain / Config.in
blobec51e0fa92c27eb7c9afdda8b865c8f2db3317d2
1 config ADK_TOOLCHAIN_GCC_SJLJ
2         boolean
3         default n
5 menu "Toolchain settings"
7 config ADK_TOOLCHAIN_GDB
8         prompt "Enable building of the GNU debugger"
9         boolean
10         default y
12 config ADK_TOOLCHAIN_GCC_CXX
13         prompt "Enable building of G++ (C++ language support in GCC)"
14         boolean
15         default y
17 #config ADK_TOOLCHAIN_GCC_JAVA
18 #       prompt "Enable building of GCJ (Java language support in GCC)"
19 #       boolean
20 #       select ADK_PACKAGE_LIBGCJ
21 #       default n
23 #config ADK_TOOLCHAIN_GCC_OBJC
24 #       prompt "Enable building of Objective C compiler"
25 #       boolean
26 #       default n
28 config ADK_TOOLCHAIN_GCC_SSP
29         prompt "Enable Stack Smashing Protection in GCC"
30         boolean
31         default n
33 config ADK_TOOLCHAIN_GCC_USE_SSP
34         prompt "Use SSP for all packages"
35         boolean 
36         depends on ADK_TOOLCHAIN_GCC_SSP
37         default n
39 config ADK_TOOLCHAIN_GCC_LTO
40         prompt "Enable Link Time Optimization in GCC"
41         boolean
42         default n
44 config ADK_TOOLCHAIN_GCC_USE_LTO
45         prompt "Use Link Time Optimization for all packages"
46         boolean
47         depends on ADK_TOOLCHAIN_GCC_LTO
48         default n
50 endmenu