Skip to content

Commit

Permalink
typo fix to config.sub,
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 21, 2023
1 parent b016a3e commit ab382fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sub
Expand Up @@ -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-*)
Expand Down

0 comments on commit ab382fa

Please sign in to comment.