diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-22 13:32:12 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-22 13:32:12 +0000 |
commit | c71350fc3babc362c8159008f950f75d1e8b6070 (patch) | |
tree | 4953fa522a74269a69076f1b766d4ec0dca3fc1e /configure.in | |
parent | c8bd627f9fa952f2639069d0a137c7f1f64e0677 (diff) | |
download | gdb-c71350fc3babc362c8159008f950f75d1e8b6070.zip gdb-c71350fc3babc362c8159008f950f75d1e8b6070.tar.gz gdb-c71350fc3babc362c8159008f950f75d1e8b6070.tar.bz2 |
* configure.in: Add * to end of all OS names.
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 4fa6382..47f4f90 100644 --- a/configure.in +++ b/configure.in @@ -83,7 +83,7 @@ srcname="gnu development package" # per-host: case "${host}" in - m68k-hp-hpux) host_makefile_frag=config/mh-hp300 ;; + m68k-hp-hpux*) host_makefile_frag=config/mh-hp300 ;; m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;; m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; @@ -95,7 +95,7 @@ case "${host}" in 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 ;; - i[34]86-*-linux) host_makefile_frag=config/mh-linux ;; + i[34]86-*-linux*) host_makefile_frag=config/mh-linux ;; i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;; i[34]86-*-aix*) host_makefile_frag=config/mh-aix386 ;; vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;; @@ -104,7 +104,7 @@ case "${host}" in *-*-solaris2*) host_makefile_frag=config/mh-solaris ;; m68k-sun-*) host_makefile_frag=config/mh-sun3 ;; *-sun-*) host_makefile_frag=config/mh-sun ;; - *-hp-hpux) host_makefile_frag=config/mh-hpux ;; + *-hp-hpux*) host_makefile_frag=config/mh-hpux ;; *-*-hiux*) host_makefile_frag=config/mh-hpux ;; *-*-lynxos*) host_makefile_frag=config/mh-lynxos cross_only="xiberty" ;; @@ -119,7 +119,7 @@ use_gnu_ld= use_gnu_as= case "${target}" in - hppa*-hp-hpux) target_makefile_frag=config/mt-hppa ;; + hppa*-hp-hpux*) target_makefile_frag=config/mt-hppa ;; esac # some tools are so dependent upon X11 that if we're not building with X, |