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/configure.host | |
parent | f95169776051b36eb72b6fb609edc96aa964247d (diff) | |
download | gdb-595e781cf0623679ae0f35c73bb71bab9cbf85d8.tar.gz |
Correctly match all NetBSD/mips hosts.
Diffstat (limited to 'bfd/configure.host')
-rw-r--r-- | bfd/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
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" ;; |