Correctly match all NetBSD/mips hosts.
This commit is contained in:
parent
2d9069a43f
commit
3dc70b578d
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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" ;;
|
||||
|
|
Loading…
Reference in a new issue