From 24135ba4d3a4fb388de18e8652beee0d680c8555 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 5 Apr 2016 09:36:17 +0200 Subject: add better gcc language support, allow to build objc/fortran --- target/config/Config.in.toolchain | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'target/config/Config.in.toolchain') 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 -- cgit v1.2.3