diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-15 00:31:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-15 00:31:00 +0000 |
commit | a527d9d7f17d1cb6626a8095bb4ef3ba9895eac9 (patch) | |
tree | 4e06263b296ffb4dac5527fbdcb7f4014fa91eb9 /configure.in | |
parent | e4115748d033779fd8d3ccefe07f74ba13e51d84 (diff) | |
download | gdb-a527d9d7f17d1cb6626a8095bb4ef3ba9895eac9.zip gdb-a527d9d7f17d1cb6626a8095bb4ef3ba9895eac9.tar.gz gdb-a527d9d7f17d1cb6626a8095bb4ef3ba9895eac9.tar.bz2 |
* configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
config/mh-necv4.
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 7455822..f6174b4 100644 --- a/configure.in +++ b/configure.in @@ -102,6 +102,7 @@ case "${host}" in m88k-harris-cxux*) host_makefile_frag=config/mh-cxux ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; + mips*-nec-sysv4*) host_makefile_frag=config/mh-necv4 ;; mips*-sgi-irix[56]*) host_makefile_frag=config/mh-irix5 ;; mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; |