diff options
author | Nick Clifton <nickc@redhat.com> | 2001-12-18 14:42:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-12-18 14:42:03 +0000 |
commit | 595e781cf0623679ae0f35c73bb71bab9cbf85d8 (patch) | |
tree | 322a15300ddfda3c67f27b367809e68828c23b61 /bfd | |
parent | f95169776051b36eb72b6fb609edc96aa964247d (diff) | |
download | gdb-595e781cf0623679ae0f35c73bb71bab9cbf85d8.tar.gz |
Correctly match all NetBSD/mips hosts.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/configure.host | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f3b63ae5af3..66023f165bb 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 e7c0dacc2cc..f68831ad1e8 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" ;; |