From: Jeffrey A Law Date: Thu, 13 Nov 1997 18:37:27 +0000 (+0000) Subject: * configure.in (i[3456]86-ncr-sysv4.3*): Tweak. X-Git-Tag: releases/egcs-1.0.0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e53a77fe02693edafc8fa590d8f0e76026287f;p=thirdparty%2Fgcc.git * configure.in (i[3456]86-ncr-sysv4.3*): Tweak. From-SVN: r16456 --- diff --git a/ChangeLog b/ChangeLog index 72473f3d745f..2d35f5dbf4d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com) + + * configure.in (i[3456]86-ncr-sysv4.3*): Tweak. + Mon Oct 27 12:03:53 1997 Jason Merrill * Makefile.in: check-target-libio depends on all-target-libstdc++. diff --git a/configure.in b/configure.in index c768e6f64408..bec2b3486ebe 100644 --- a/configure.in +++ b/configure.in @@ -122,7 +122,7 @@ case "${host}" in mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;; i[3456]86-*-dgux*) host_makefile_frag=config/mh-dgux386 ;; - i[3456]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;; + i[3456]86-ncr-sysv4.3*) host_makefile_frag=config/mh-ncrsvr43 ;; i[3456]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[3456]86-*-sco3.2v5*) host_makefile_frag=config/mh-sysv ;; i[3456]86-*-sco*) host_makefile_frag=config/mh-sco ;;