]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #106]
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Aug 2004 01:01:10 +0000 (01:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Aug 2004 01:01:10 +0000 (01:01 +0000)
Update.
* configure.in: Also recognize i786. [BZ #106]
Patch by <pluto@pld-linux.org>.

ChangeLog
configure
configure.in
sysdeps/i386/i686/Implies

index 3fb1d23ef27dca61a5d4a26850cd1daacf30c13b..125b69001836062caae521c9719e658d2c7dc696 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
 
+       * configure.in: Also recognize i786. [BZ #106]
+       Patch by <pluto@pld-linux.org>.
+
        * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
        name contains any dots. [BZ #95]
 
index 5a6ce228280e54e8556133289687741209022f17..914ceaf1e6613830f2ed3e39043479a02e2dbfc2 100755 (executable)
--- 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 ;;
index 89344bf0ec056b063600c77a5d580c1908526a10..099a9e216efc4eff74a2607781fb4ddb16393dbe 100644 (file)
@@ -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 ;;
index b5c05ec7f24ee70ec66aa76455815acfa371971d..e1fcccd5f4db8bf2b64c9d3ce6bff29451752926 100644 (file)
@@ -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