summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-22 08:29:03 -0800
committerKarl Berry <karl@freefriends.org>2023-01-22 08:29:03 -0800
commitff67aad77ea107f8e23a236eeebb8c9f47d57a27 (patch)
treeff3c89198d690fb6700d2dbd3de59c88f14ec318 /build-aux
parentfaf68315e5e0624b66b8aa75479d5cbd31fa6af7 (diff)
downloadgnulib-ff67aad77ea107f8e23a236eeebb8c9f47d57a27.tar.gz
autoupdate
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 d6731d655c..de4259e404 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-*)