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 generalize the mips test to match...
details: https://anonhg.NetBSD.org/src/rev/7ae6ae0760d7
branches: trunk
changeset: 337997:7ae6ae0760d7
user: christos <christos%NetBSD.org@localhost>
date: Thu May 07 14:43:22 2015 +0000
description:
generalize the mips test to match mips64.
diffstat:
external/gpl3/gdb/dist/bfd/configure | 2 +-
external/gpl3/gdb/dist/bfd/configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 71613b9ac241 -r 7ae6ae0760d7 external/gpl3/gdb/dist/bfd/configure
--- a/external/gpl3/gdb/dist/bfd/configure Thu May 07 12:52:46 2015 +0000
+++ b/external/gpl3/gdb/dist/bfd/configure Thu May 07 14:43:22 2015 +0000
@@ -13947,7 +13947,7 @@
COREFILE=trad-core.lo
TRAD_HEADER='"hosts/i860mach3.h"'
;;
- mips-*-netbsd* | mips*-*-openbsd*)
+ mips*-*-netbsd* | mips*-*-openbsd*)
COREFILE=netbsd-core.lo
;;
mips-dec-*)
diff -r 71613b9ac241 -r 7ae6ae0760d7 external/gpl3/gdb/dist/bfd/configure.in
--- a/external/gpl3/gdb/dist/bfd/configure.in Thu May 07 12:52:46 2015 +0000
+++ b/external/gpl3/gdb/dist/bfd/configure.in Thu May 07 14:43:22 2015 +0000
@@ -360,7 +360,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