diff options
author | Stu Grossman <grossman@cygnus> | 1992-03-05 20:20:27 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-03-05 20:20:27 +0000 |
commit | 407a8389b40fa7af08cae8f1eb347c67cc2436ad (patch) | |
tree | 406cb28847fadd93989dfe892e36c65eb1dc65de /configure.in | |
parent | d7eddc517782bf0673e4bcd15c4159ae5799a247 (diff) | |
download | gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.zip gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.tar.gz gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.tar.bz2 |
* config.sub configure.in config/.Sanitize config/mh-irix4
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bc7c0ec..bb98e6e 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,8 @@ srcname="gnu development package" case "${host_os}" in m88kbcs) host_makefile_frag=config/mh-delta88;; sysv4*) host_makefile_frag=config/mh-sysv4 ;; -sysv* | irix*) host_makefile_frag=config/mh-sysv ;; +sysv* | irix3) host_makefile_frag=config/mh-sysv ;; +irix4) host_makefile_frag=config/mh-irix4 ;; ultrix*) case "${host_cpu}" in mips) host_makefile_frag=config/mh-decstation ;; |