mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
Use i?86, not i.86.
This commit is contained in:
parent
39ba13b93e
commit
771c2139b0
2
config.guess
vendored
2
config.guess
vendored
@ -472,7 +472,7 @@ EOF
|
||||
test ! -d /usr/lib/ldscripts/. \
|
||||
&& echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
|
||||
case "${UNAME_MACHINE}" in
|
||||
i.86)
|
||||
i?86)
|
||||
VENDOR=pc;
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user