diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2020-08-23 16:44:22 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2020-08-23 16:44:22 +0000 |
commit | c40e66502cd6cdeea4b16f627059296433b4d48b (patch) | |
tree | ba00ba81b5f8e1b0a627ec2f53c50bf41fdf32fa /bfd/configure.ac | |
parent | fe0e921f00237abd926cd9efaeedf758b17170de (diff) | |
download | gdb-c40e66502cd6cdeea4b16f627059296433b4d48b.zip gdb-c40e66502cd6cdeea4b16f627059296433b4d48b.tar.gz gdb-c40e66502cd6cdeea4b16f627059296433b4d48b.tar.bz2 |
Disable default ELF plugins on 32-bit hppa*-*-hpux*.
PR binutils/26357
* configure.ac: Disable plugins by default on 32-bit hppa*-*-hpux*.
* configure: Regenerate.
Diffstat (limited to 'bfd/configure.ac')
-rw-r--r-- | bfd/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure.ac b/bfd/configure.ac index 769aa87..ae2de13 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -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 |