[Lunar-commits] <moonbase-core> gcc: add the option to build the go compiler.
Florin Braescu
florin at lunar-linux.org
Sat May 11 11:30:18 CEST 2013
commit 8ad713e66ea354df3bca9c39df6618f8d34e5b53
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 09 May 2013 10:09:45 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/8ad713e66ea354df3bca9c39df6618f8d34e5b53
gcc: add the option to build the go compiler.
---
compilers/gcc/CONFIGURE | +2/-0
1 file changed, 2 insertions(+)
--- a/compilers/gcc/CONFIGURE
+++ b/compilers/gcc/CONFIGURE
@@ -1,3 +1,4 @@
+
# only lin -r gcc will trigger the language selector!
if [ -n "$RECONFIGURE" ] ; then
@@ -7,6 +8,7 @@ if [ -n "$RECONFIGURE" ] ; then
if query "Do you want to select additional compiler languages ? " n ; then
OPTIONS=(
"java" "Java" "off"
+ "go" "go" "off"
"objc" "Objective C" "off"
"fortran" "Fortran" "off"
)
More information about the Lunar-commits
mailing list