Include netbsd-core.lo for all arm/mips NetBSD targets
authorKamil Rytarowski <n54@gmx.com>
Sat, 14 Mar 2020 10:50:43 +0000 (11:50 +0100)
committerKamil Rytarowski <n54@gmx.com>
Sat, 14 Mar 2020 11:01:55 +0000 (12:01 +0100)
bfd/ChangeLog:

* configure.ac: Include netbsd-core.lo for all NetBSD arm and mips
targets.
* configure: Regenerated.

bfd/ChangeLog
bfd/configure
bfd/configure.ac

index de5375be53424644299d8cf1ba9c224b0dbe7a42..5f85a4b37c07b56ca31f552a1d71d614f54f8861 100644 (file)
@@ -1,3 +1,9 @@
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * configure.ac: Include netbsd-core.lo for all NetBSD arm and mips
+       targets.
+       * configure: Regenerated.
+
 2020-03-14  Alan Modra  <amodra@gmail.com>
 
        * section.c (BFD_FAKE_SECTIONS): Formatting.
index 30b80fe27c16173f18368e8bd31146ef4e84cb5b..0fdd81d89744be0b6db804fea2f3074c497ef7fa 100755 (executable)
@@ -15125,7 +15125,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 ;;
@@ -15186,7 +15186,7 @@ if test "${target}" = "${host}"; then
        ;;
   i[3-7]86-*-isc*)     COREFILE=trad-core.lo ;;
   i[3-7]86-*-aix*)     COREFILE=aix386-core.lo ;;
-  mips-*-netbsd* | mips*-*-openbsd*)
+  mips*-*-netbsd* | mips*-*-openbsd*)
        COREFILE=netbsd-core.lo
        ;;
   mips-sgi-irix4*)     COREFILE=irix-core.lo ;;
index 3426ded094aea651e12733acbb039d95982a658d..96684dbf65690abb9698ef123865c69f1251d653 100644 (file)
@@ -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 ;;
This page took 0.032909 seconds and 4 git commands to generate.