From 27fe296ac47887da17fa2e5a2c095a81322cb3ea Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 19 Sep 2016 20:26:26 +0200 Subject: gcc: disable c++ by default, reduces build time for a simple setup --- target/config/Config.in.toolchain | 6 ------ 1 file changed, 6 deletions(-) (limited to 'target') 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 -- cgit v1.2.3