diff options
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 098648a56..c3b7a5b8e 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -52,7 +52,25 @@ config ADK_TARGET_CFLAGS_OPT_O0 endchoice +menu "Compiler language support" +config ADK_TOOLCHAIN_WITH_CXX + bool "enable C++" + default y if ADK_TARGET_OS_LINUX + default n + +config ADK_TOOLCHAIN_WITH_OBJC + bool "enable OBJC" + default n + +config ADK_TOOLCHAIN_WITH_FORTRAN + bool "enable Fortran" + default n + +endmenu + menu "Advanced Toolchain options" + + config ADK_TOOLCHAIN_WITH_SSP bool |