From 0b755dc43f1288a7b164d85c7ab48eb71b15a65e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Aug 2004 01:01:10 +0000 Subject: [PATCH] [BZ #106] Update. * configure.in: Also recognize i786. [BZ #106] Patch by . --- ChangeLog | 3 +++ configure | 2 +- configure.in | 2 +- sysdeps/i386/i686/Implies | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fb1d23..125b690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-08-08 Ulrich Drepper + * configure.in: Also recognize i786. [BZ #106] + Patch by . + * resolv/res_query.c (__libc_res_nsearch): Correctly test whether name contains any dots. [BZ #95] diff --git a/configure b/configure index 5a6ce22..914ceaf 100755 --- a/configure +++ b/configure @@ -1910,7 +1910,7 @@ c3[012]) base_machine=cx0 machine=cx0/c30 ;; c4[04]) base_machine=cx0 machine=cx0/c40 ;; hppa*64*) base_machine=hppa machine=hppa/hppa64 ;; hppa*) base_machine=hppa machine=hppa/hppa1.1 ;; -i[3456]86) base_machine=i386 machine=i386/$machine ;; +i[34567]86) base_machine=i386 machine=i386/$machine ;; ia64) base_machine=ia64 machine=ia64 ;; m680?0) base_machine=m68k machine=m68k/$machine ;; m68k) base_machine=m68k machine=m68k/m68020 ;; diff --git a/configure.in b/configure.in index 89344bf..099a9e2 100644 --- a/configure.in +++ b/configure.in @@ -414,7 +414,7 @@ c3[012]) base_machine=cx0 machine=cx0/c30 ;; c4[04]) base_machine=cx0 machine=cx0/c40 ;; hppa*64*) base_machine=hppa machine=hppa/hppa64 ;; hppa*) base_machine=hppa machine=hppa/hppa1.1 ;; -i[3456]86) base_machine=i386 machine=i386/$machine ;; +i[34567]86) base_machine=i386 machine=i386/$machine ;; ia64) base_machine=ia64 machine=ia64 ;; m680?0) base_machine=m68k machine=m68k/$machine ;; m68k) base_machine=m68k machine=m68k/m68020 ;; diff --git a/sysdeps/i386/i686/Implies b/sysdeps/i386/i686/Implies index b5c05ec..e1fcccd 100644 --- a/sysdeps/i386/i686/Implies +++ b/sysdeps/i386/i686/Implies @@ -1,4 +1,4 @@ -# Due to the reordering and the oher nifty extensions in the i686 it is +# Due to the reordering and the other nifty extensions in the i686 it is # not really good to use heavily i586 optimized code on a i686. It's # better to use i486/i386 code. i386/i486 -- 2.7.4