diff options
author | David D. Zuhn <zoo@cygnus> | 1993-01-24 03:48:58 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-01-24 03:48:58 +0000 |
commit | fab5d4e319fc376373a47a492e67044c4017b31f (patch) | |
tree | 60c271ee895e7fc9946bb9c301ac1b680a711696 /configure.in | |
parent | 5cc24596c82d1fdaa9df12750cb84e6678d72b08 (diff) | |
download | gdb-fab5d4e319fc376373a47a492e67044c4017b31f.zip gdb-fab5d4e319fc376373a47a492e67044c4017b31f.tar.gz gdb-fab5d4e319fc376373a47a492e67044c4017b31f.tar.bz2 |
recognize irix[34]* instead of irix[34]
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 84f01b8..22fb0f9 100644 --- a/configure.in +++ b/configure.in @@ -86,8 +86,8 @@ case "${host}" in m88k-motorola-m88kbcs) host_makefile_frag=config/mh-delta88;; m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;; 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-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; + mips-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; 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 ;; @@ -97,8 +97,8 @@ case "${host}" in *-sun-solaris*) host_makefile_frag=config/mh-solaris ;; *-sun-*) host_makefile_frag=config/mh-sun ;; *-hp-hpux) host_makefile_frag=config/mh-hpux ;; - *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; - *-*-sysv*) host_makefile_frag=config/mh-sysv ;; + *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; + *-*-sysv*) host_makefile_frag=config/mh-sysv ;; esac # per-target: |