From 5a427c633be38b90946935236f6f0a5f76fe4c8f Mon Sep 17 00:00:00 2001 From: Tony Reix Date: Fri, 28 Jul 2017 18:56:28 +0000 Subject: configure.ac (target-libffi): Don't disable for AIX. 2017-07-28 Tony Reix * configure.ac (target-libffi): Don't disable for AIX. (go): Don't add to unsupported_languages on AIX. (target-libgo): Don't disable for AIX. * configure: Regenerate. From-SVN: r250685 --- configure | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8559fb6..8e5c7ab 100755 --- a/configure +++ b/configure @@ -3463,11 +3463,8 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libffi" ;; powerpc-*-aix*) - # copied from rs6000-*-* entry - noconfigdirs="$noconfigdirs target-libffi" ;; rs6000-*-aix*) - noconfigdirs="$noconfigdirs target-libffi" ;; ft32-*-*) noconfigdirs="$noconfigdirs target-libffi" @@ -3480,7 +3477,7 @@ esac # 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*) +*-*-darwin* | *-*-cygwin* | *-*-mingw*) unsupported_languages="$unsupported_languages go" ;; esac @@ -3496,9 +3493,6 @@ if test x$enable_libgo = x; then *-*-cygwin* | *-*-mingw*) noconfigdirs="$noconfigdirs target-libgo" ;; - *-*-aix*) - noconfigdirs="$noconfigdirs target-libgo" - ;; esac fi -- cgit v1.1