From: Jim Kingdon Date: Fri, 22 Oct 1993 13:32:12 +0000 (+0000) Subject: * configure.in: Add * to end of all OS names. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c71350fc3babc362c8159008f950f75d1e8b6070;p=binutils-gdb.git * configure.in: Add * to end of all OS names. --- diff --git a/ChangeLog b/ChangeLog index 77575305288..916ac07a30e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * configure.in: Add * to end of all OS names. + Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com) * configure.in: Build newlib for LynxOS native. diff --git a/configure.in b/configure.in index 4fa6382a1f9..47f4f90c27b 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, diff --git a/readline/ChangeLog b/readline/ChangeLog index a51cfd64f80..c238e0a4491 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 22 07:55:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * configure.in: Add * to end of all OS names. + Tue Oct 5 12:33:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * readline.c: Add stuff for HIUX to place where we detect termio