config/cc.in
changeset 3244 8ff20760e93b
parent 3131 bd172b161ff8
child 3254 e2e0f34eab6c
     1.1 --- a/config/cc.in	Thu Nov 22 23:56:58 2012 +0100
     1.2 +++ b/config/cc.in	Fri Nov 08 15:18:09 2013 +0100
     1.3 @@ -31,6 +31,9 @@
     1.4  config CC_SUPPORT_OBJCXX
     1.5      bool
     1.6  
     1.7 +config CC_SUPPORT_GOLANG
     1.8 +    bool
     1.9 +
    1.10  comment "Additional supported languages:"
    1.11  
    1.12  config CC_LANG_CXX
    1.13 @@ -98,6 +101,17 @@
    1.14        Only select this if you know that your specific version of the
    1.15        compiler supports this language.
    1.16  
    1.17 +config CC_LANG_GOLANG
    1.18 +    bool
    1.19 +    prompt "Go (EXPERIMENTAL)"
    1.20 +    depends on EXPERIMENTAL
    1.21 +    depends on CC_SUPPORT_GOLANG
    1.22 +    help
    1.23 +      Enable building a Go compiler.
    1.24 +
    1.25 +      Only select this if you know that your specific version of the
    1.26 +      compiler supports this language.
    1.27 +
    1.28  config CC_LANG_OTHERS
    1.29      string
    1.30      prompt "Other languages (EXPERIMENTAL)"