]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac (target-libffi): Don't disable for AIX.
authorTony Reix <tony.reix@atos.net>
Fri, 28 Jul 2017 18:56:28 +0000 (18:56 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 28 Jul 2017 18:56:28 +0000 (14:56 -0400)
2017-07-28  Tony Reix  <tony.reix@atos.net>

        * 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

ChangeLog
configure
configure.ac

index 15eb1c75492e17d78b1600b9b4d9d74bc890ed9c..204733e823d9702487f92e9da87970846ad42526 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-07-28  Tony Reix  <tony.reix@atos.net>
+
+       * 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.
+
 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
 
        * MAINTAINERS: Add myself.
index 8559fb6e9639a966ebe60356ea3618097415a1da..8e5c7ab7969ad3451f99fe04ad6324aa3d886c3c 100755 (executable)
--- 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
 
index 24645d88cf96acb6c5421fd2c4903c66fb5b5d6c..173443fc2478a8a81d0f7c4a247c3f63af8732d2 100644 (file)
@@ -791,11 +791,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"
@@ -808,7 +805,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
@@ -824,9 +821,6 @@ if test x$enable_libgo = x; then
     *-*-cygwin* | *-*-mingw*)
        noconfigdirs="$noconfigdirs target-libgo"
        ;;
-    *-*-aix*)
-       noconfigdirs="$noconfigdirs target-libgo"
-       ;;
     esac
 fi