about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-09 01:01:10 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-09 01:01:10 +0000
commit0b755dc43f1288a7b164d85c7ab48eb71b15a65e (patch)
tree8ca7829b4a5507b23168383973c15c9526fe6b88 /ChangeLog
parent78512c00a8e0e07a8e4aa63b0f0e26b2e49de832 (diff)
downloadglibc-0b755dc43f1288a7b164d85c7ab48eb71b15a65e.tar.gz
glibc-0b755dc43f1288a7b164d85c7ab48eb71b15a65e.tar.xz
glibc-0b755dc43f1288a7b164d85c7ab48eb71b15a65e.zip
[BZ #106]
Update.
	* configure.in: Also recognize i786. [BZ #106]
	Patch by <pluto@pld-linux.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fb1d23ef2..125b690018 100644
--- 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]