From: Per Bothner Date: Fri, 21 Oct 1994 01:55:14 +0000 (+0000) Subject: * config.guess: Merge with FSF. X-Git-Tag: gdb-4_18~13211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e290a5dd3b34fb3644b0cbc76716199181b7597;p=platform%2Fupstream%2Fbinutils.git * config.guess: Merge with FSF. * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43. --- diff --git a/ChangeLog b/ChangeLog index a28d2cb..ae06e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 20 18:41:56 1994 Per Bothner + + * config.guess: Merge with FSF. + * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43. + Thu Oct 20 19:26:56 1994 Ken Raeburn * configure: Since the "trap 0" handler will override the exit diff --git a/configure.in b/configure.in index cfeec5d..cd9f403 100644 --- a/configure.in +++ b/configure.in @@ -103,7 +103,7 @@ case "${host}" in mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;; - i[345]86-ncr-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;; + i[345]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;; i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;; i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;