summaryrefslogtreecommitdiff
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
commit0eeacd314a6b0202108f3a510b82273654e2b938 (patch)
tree0f550b87989b82b22430a566d0bafbd67fb66535
parentd1f489a31cac8b1d6baf737ca457de9d58573260 (diff)
downloadbinutils-redhat-0eeacd314a6b0202108f3a510b82273654e2b938.tar.gz
Correctly match all NetBSD/mips hosts.
-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 f3b63ae5af..66023f165b 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 e7c0dacc2c..f68831ad1e 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" ;;