summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-19 20:26:26 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-19 20:26:26 +0200
commit27fe296ac47887da17fa2e5a2c095a81322cb3ea (patch)
tree1645a2b37be13c1afc5e7d94a5cd4844d20e1700 /target/config/Config.in.toolchain
parent8e05d9dbd24a30def7e1254d6941f2addc3af7cb (diff)
gcc: disable c++ by default, reduces build time for a simple setup
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 206de7fe4..c307d5cb5 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -55,23 +55,17 @@ endchoice
menu "Compiler language support"
config ADK_TOOLCHAIN_WITH_CXX
bool "enable C++"
- default y if ADK_TARGET_OS_LINUX \
- && !ADK_TARGET_ARCH_H8300
- default n
config ADK_TOOLCHAIN_WITH_OBJC
bool "enable Objective-C"
- default n
config ADK_TOOLCHAIN_WITH_FORTRAN
bool "enable Fortran"
select ADK_PACKAGE_LIBGFORTRAN
- default n
config ADK_TOOLCHAIN_WITH_GO
bool "enable Go"
select ADK_PACKAGE_LIBGO
- default n
endmenu