From 3dc70b578d523e780ccd2735c4c564fee9775e5d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 18 Dec 2001 14:42:03 +0000 Subject: [PATCH] Correctly match all NetBSD/mips hosts. --- bfd/ChangeLog | 5 +++++ bfd/configure.host | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * configure.host: Correctly match all NetBSD/mips + hosts. + 2001-12-18 matthew green * 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" ;; -- 2.7.4