aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.ac
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2020-03-14 11:50:43 +0100
committerKamil Rytarowski <n54@gmx.com>2020-03-14 12:01:55 +0100
commit8b5d0a4f6ff67aa81275c705508e3f49accc8120 (patch)
tree5c2d5fc3c3dba76bd3f4045177ff5f1042acb2e3 /bfd/configure.ac
parent1bd6175ae79099173c1510d209ad9978129e22c0 (diff)
downloadgdb-8b5d0a4f6ff67aa81275c705508e3f49accc8120.zip
gdb-8b5d0a4f6ff67aa81275c705508e3f49accc8120.tar.gz
gdb-8b5d0a4f6ff67aa81275c705508e3f49accc8120.tar.bz2
Include netbsd-core.lo for all arm/mips NetBSD targets
bfd/ChangeLog: * configure.ac: Include netbsd-core.lo for all NetBSD arm and mips targets. * configure: Regenerated.
Diffstat (limited to 'bfd/configure.ac')
-rw-r--r--bfd/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure.ac b/bfd/configure.ac
index 3426ded..96684db 100644
--- a/bfd/configure.ac
+++ b/bfd/configure.ac
@@ -842,7 +842,7 @@ if test "${target}" = "${host}"; then
;;
arm-*-freebsd* | arm-*-kfreebsd*-gnu)
COREFILE='' ;;
- arm-*-netbsd* | arm-*-openbsd*)
+ arm*-*-netbsd* | arm-*-openbsd*)
COREFILE=netbsd-core.lo
;;
arm-*-riscix) COREFILE=trad-core.lo ;;
@@ -927,7 +927,7 @@ changequote(,)dnl
i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
changequote([,])dnl
- mips-*-netbsd* | mips*-*-openbsd*)
+ mips*-*-netbsd* | mips*-*-openbsd*)
COREFILE=netbsd-core.lo
;;
mips-sgi-irix4*) COREFILE=irix-core.lo ;;