mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 18:51:17 +08:00
Use i?86, not i.86.
From-SVN: r14174
This commit is contained in:
parent
d75292760d
commit
f428585b05
2
gcc/config.guess
vendored
2
gcc/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