Commit f428585b by Richard Stallman

Use i?86, not i.86.

From-SVN: r14174
parent d7529276
...@@ -472,7 +472,7 @@ EOF ...@@ -472,7 +472,7 @@ EOF
test ! -d /usr/lib/ldscripts/. \ test ! -d /usr/lib/ldscripts/. \
&& echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
case "${UNAME_MACHINE}" in case "${UNAME_MACHINE}" in
i.86) i?86)
VENDOR=pc; VENDOR=pc;
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment