summaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-11-08 14:18:09 (GMT)
committerRichard Weinberger <richard@nod.at>2013-11-08 14:18:09 (GMT)
commitcf3682887836487a5954e5e5845543e44d93afd0 (patch)
tree96decc5ab3441cdc1bbf701f6b8bcfe2d38ce736 /config/cc.in
parentbb151f2762b39af90652399917bcbfb0f955675b (diff)
cc/gcc: Add support for golang
Signed-off-by: Richard Weinberger <richard@nod.at> Message-Id: <ca374aef944e28a6ec3c.1383921708@azrael> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/cc.in b/config/cc.in
index d244e99..ff69727 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -31,6 +31,9 @@ config CC_SUPPORT_OBJC
config CC_SUPPORT_OBJCXX
bool
+config CC_SUPPORT_GOLANG
+ bool
+
comment "Additional supported languages:"
config CC_LANG_CXX
@@ -98,6 +101,17 @@ config CC_LANG_OBJCXX
Only select this if you know that your specific version of the
compiler supports this language.
+config CC_LANG_GOLANG
+ bool
+ prompt "Go (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ depends on CC_SUPPORT_GOLANG
+ help
+ Enable building a Go compiler.
+
+ Only select this if you know that your specific version of the
+ compiler supports this language.
+
config CC_LANG_OTHERS
string
prompt "Other languages (EXPERIMENTAL)"