aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-12-18 14:42:03 +0000
committerNick Clifton <nickc@redhat.com>2001-12-18 14:42:03 +0000
commit3dc70b578d523e780ccd2735c4c564fee9775e5d (patch)
tree309f0c074197bb6bab01df3a39db236c84311e08 /bfd
parent2d9069a43fe6b145ad27321463a79b721ba6460d (diff)
downloadgdb-3dc70b578d523e780ccd2735c4c564fee9775e5d.zip
gdb-3dc70b578d523e780ccd2735c4c564fee9775e5d.tar.gz
gdb-3dc70b578d523e780ccd2735c4c564fee9775e5d.tar.bz2
Correctly match all NetBSD/mips hosts.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/configure.host2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f3b63ae..66023f1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-18 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * configure.host: Correctly match all NetBSD/mips
+ hosts.
+
2001-12-18 matthew green <mrg@eterna.com.au>
* config.bfd (m68*-*-netbsdelf*): New target.
diff --git a/bfd/configure.host b/bfd/configure.host
index e7c0dac..f68831a 100644
--- a/bfd/configure.host
+++ b/bfd/configure.host
@@ -34,7 +34,7 @@ i[3456]86-sequent-bsd*) HDEFINES=-Dshared=genshared ;;
i[3456]86-sequent-sysv4*) ;;
i[3456]86-sequent-sysv*) HDEFINES=-Dshared=genshared ;;
-mips*-dec-netbsd*) ;;
+mips*-*-netbsd*) ;;
mips*-*-openbsd*) ;;
mips*-dec-*) HDEFINES="-G 4" ;;
mips*-sgi-irix3*) HDEFINES="-G 4" ;;