diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-01 21:00:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-01 21:00:15 +0000 |
commit | 0abbc7715fd8e800364281b37b560a2f11987044 (patch) | |
tree | 5043e7cc1f24a38813d96a9d02f718ffc780374f /configure.in | |
parent | de72ad1e33267ec28d9c4cff8832a7a9dc62a642 (diff) | |
download | gdb-0abbc7715fd8e800364281b37b560a2f11987044.zip gdb-0abbc7715fd8e800364281b37b560a2f11987044.tar.gz gdb-0abbc7715fd8e800364281b37b560a2f11987044.tar.bz2 |
miscellaneous fixes to make RISC/os work; see ChangeLog's
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a4aebf5..6548922 100644 --- a/configure.in +++ b/configure.in @@ -90,6 +90,7 @@ case "${host}" in mips-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; mips-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; mips-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; + mips-*-sysv*) host_makefile_frag=config/mh-riscos ;; i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;; |