summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-01-24 10:46:53 +0800
committerPo Lu <luangruo@yahoo.com>2023-01-24 10:46:53 +0800
commit3267a2d6d2b1f5b62f12f849712ead7016e71976 (patch)
treefd90ea113e3e043c4c1c90401d5d4bd38de344a9 /build-aux
parent2b00f66926ac954d0250202d3086f29866163d96 (diff)
downloademacs-3267a2d6d2b1f5b62f12f849712ead7016e71976.tar.gz
Update from gnulib
Update from gnulib. In addition, * admin/merge-gnulib: Fix paths for rename.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index d6731d655c0..de4259e4047 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2023-01-01'
+timestamp='2023-01-21'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1075,7 +1075,7 @@ case $cpu-$vendor in
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
cpu=i586
;;
- pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*)
+ pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*)
cpu=i686
;;
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)