Disable default ELF plugins on 32-bit hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 23 Aug 2020 16:44:22 +0000 (16:44 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 23 Aug 2020 16:44:22 +0000 (16:44 +0000)
PR binutils/26357
* configure.ac: Disable plugins by default on 32-bit hppa*-*-hpux*.
* configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.ac

index b3c1c6a70ef330356dc45b42beac5a9ac64a3113..eb4d882ce97af864ce1d34bdf4b3c9ae69c48369 100644 (file)
@@ -1,3 +1,9 @@
+2020-08-23  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR binutils/26357
+       * configure.ac: Disable plugins by default on 32-bit hppa*-*-hpux*.
+       * configure: Regenerate.
+
 2020-08-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/26382
index 1b983aaa35c9e3cab790bd530f556a203b66fd7e..ece165668247f4d4ba26cbc5453aac5be614eb6c 100755 (executable)
@@ -12443,7 +12443,7 @@ fi
 
 
 case "${target}" in
-    vax-*-netbsdelf*) ;;
+    hppa*64*-*-* | vax-*-netbsdelf*) ;;
     *-*-*aout* | i[3-7]86-*-bsd* | i[3-7]86-*-msdos* | ns32k-*-* | \
     pdp11-*-* | vax-*-*bsd*)
        if test "$plugins" = "yes"; then
@@ -12454,7 +12454,7 @@ $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
                plugins=no
            fi
        fi ;;
-    *-*-*vms* | \
+    hppa*-*-hpux* | *-*-*vms* | \
     powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
        if test "$plugins" = "yes"; then
            if test "${enable_plugins+set}" = set; then
index 769aa87fe64ba2c66ed377feaa5ddc1d5195fd33..ae2de1318730c4612686fe6babb4df0a4ef2cd17 100644 (file)
@@ -46,7 +46,7 @@ ACX_LARGEFILE
 
 changequote(,)dnl
 case "${target}" in
-    vax-*-netbsdelf*) ;;
+    hppa*64*-*-* | vax-*-netbsdelf*) ;;
     *-*-*aout* | i[3-7]86-*-bsd* | i[3-7]86-*-msdos* | ns32k-*-* | \
     pdp11-*-* | vax-*-*bsd*)
 changequote([,])dnl
@@ -57,7 +57,7 @@ changequote([,])dnl
                plugins=no
            fi
        fi ;;
-    *-*-*vms* | \
+    hppa*-*-hpux* | *-*-*vms* | \
     powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
        if test "$plugins" = "yes"; then
            if test "${enable_plugins+set}" = set; then