* configure.in: Add * to end of all OS names.

This commit is contained in:
Jim Kingdon
1993-10-22 13:32:12 +00:00
parent c8bd627f9f
commit c71350fc3b
3 changed files with 12 additions and 4 deletions

View File

@@ -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.

View File

@@ -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,

View File

@@ -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