summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2014-10-31 11:03:57 +0000
committerJan-Benedict Glaw <jbglaw@gcc.gnu.org>2014-10-31 11:03:57 +0000
commit1335a8caf760e49d687866541cda051bd9651289 (patch)
treed83fa830d8f3233b2e9af9af67e215467678236f /configure
parent71ff3d1820751c2e0f5dd265603ab8640b0cea63 (diff)
downloadgcc-1335a8caf760e49d687866541cda051bd9651289.tar.gz
configure.ac: Update comment.
2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de> ./ * configure.ac: Update comment. * configure: Regenerate. ./contrib * config-list.mk: Don't build Go for certain targets. From-SVN: r216957
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 3eab122bdc9..d0c760bba49 100755
--- a/configure
+++ b/configure
@@ -3413,7 +3413,8 @@ case "${target}" in
;;
esac
-# Disable the go frontend on systems where it is known to not work.
+# Disable the go frontend on systems where it is known to not work. Please keep
+# this in sync with contrib/config-list.mk.
case "${target}" in
*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
unsupported_languages="$unsupported_languages go"