From 10e64fba70ca8c7c4ca0e221b89a65d5c086f433 Mon Sep 17 00:00:00 2001 From: jbglaw Date: Fri, 31 Oct 2014 11:03:57 +0000 Subject: 2014-10-31 Jan-Benedict Glaw ./ * configure.ac: Update comment. * configure: Regenerate. ./contrib * config-list.mk: Don't build Go for certain targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216957 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.1