mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 21:28:21 +12:00
Fix config.sub spelling typo for "athlon"
This typo was introduced in commit
fc14426403
dated Tue Aug 28 09:59:08 2018 +1000.
This commit is contained in:

committed by
Dmitry V. Levin

parent
4ce12a5c91
commit
63acb96f92
4
config.sub
vendored
4
config.sub
vendored
@ -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-*)
|
||||
|
Reference in New Issue
Block a user