From: Richard Stallman Date: Mon, 9 Jun 1997 04:56:02 +0000 (+0000) Subject: Use i?86, not i.86. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f428585b0584e19176a1073cc36c6dc812bcba94;p=gcc.git Use i?86, not i.86. From-SVN: r14174 --- diff --git a/gcc/config.guess b/gcc/config.guess index 11ad2122965..e4a7284b904 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -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; ;; *)