Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/bfd Add in netbsd-core.lo for all arm...



details:   https://anonhg.NetBSD.org/src/rev/73abfbc7c177
branches:  trunk
changeset: 348985:73abfbc7c177
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Nov 19 07:52:49 2016 +0000

description:
Add in netbsd-core.lo for all arm/mips

diffstat:

 external/gpl3/gdb/dist/bfd/configure |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e779173229c5 -r 73abfbc7c177 external/gpl3/gdb/dist/bfd/configure
--- a/external/gpl3/gdb/dist/bfd/configure      Sat Nov 19 02:30:54 2016 +0000
+++ b/external/gpl3/gdb/dist/bfd/configure      Sat Nov 19 07:52:49 2016 +0000
@@ -14706,7 +14706,7 @@
        ;;
   arm-*-freebsd* | arm-*-kfreebsd*-gnu)
        COREFILE='' ;;
-  arm-*-netbsd* | arm-*-openbsd*)
+  arm*-*-netbsd* | arm-*-openbsd*)
        COREFILE=netbsd-core.lo
        ;;
   arm-*-riscix)                COREFILE=trad-core.lo ;;
@@ -14776,7 +14776,7 @@
        COREFILE=trad-core.lo
        TRAD_HEADER='"hosts/i860mach3.h"'
        ;;
-  mips-*-netbsd* | mips*-*-openbsd*)
+  mips*-*-netbsd* | mips*-*-openbsd*)
        COREFILE=netbsd-core.lo
        ;;
   mips-dec-*)



Home | Main Index | Thread Index | Old Index