diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-26 21:23:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-26 21:23:39 +0200 |
commit | 812bb90591b59218ea6092fd1abdd41c92aaea8d (patch) | |
tree | c5bc2f0dbe41bccb4e03db81321cf1a165efeed1 /target/config | |
parent | d6e5d487123db846468e0f4df9e0d8cd85f048df (diff) |
allow to experiment with gcc go
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.toolchain | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index bae6f5ba7..cd37042f3 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -59,13 +59,17 @@ config ADK_TOOLCHAIN_WITH_CXX default n config ADK_TOOLCHAIN_WITH_OBJC - bool "enable OBJC" + bool "enable Objective-C" default n config ADK_TOOLCHAIN_WITH_FORTRAN bool "enable Fortran" default n +config ADK_TOOLCHAIN_WITH_GO + bool "enable Go" + default n + endmenu menu "Advanced Toolchain options" |