From f428585b0584e19176a1073cc36c6dc812bcba94 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 9 Jun 1997 04:56:02 +0000 Subject: [PATCH] Use i?86, not i.86. From-SVN: r14174 --- gcc/config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ;; *) -- 2.30.2