PR binutils/26357
	* configure.ac: Disable plugins by default on 32-bit hppa*-*-hpux*.
	* configure: Regenerate.
+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
 
 
 
 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
                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
 
 
 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
                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