mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Use i?86, not i.86.
This commit is contained in:
parent
1113dc2eea
commit
362845a00a
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