comparison config.guess @ 18173:9747b115c12c libc-970609

Use i?86, not i.86.
author Richard M. Stallman <rms@gnu.org>
date Mon, 09 Jun 1997 04:56:02 +0000
parents 8064de096e1f
children e6f1a77fd2f4
comparison
equal deleted inserted replaced
18172:e145ccc61a22 18173:9747b115c12c
470 # or one that does not give us useful --help. 470 # or one that does not give us useful --help.
471 # Gcc wants to distinguish between linux-gnuoldld and linux-gnuaout. 471 # Gcc wants to distinguish between linux-gnuoldld and linux-gnuaout.
472 test ! -d /usr/lib/ldscripts/. \ 472 test ! -d /usr/lib/ldscripts/. \
473 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 473 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
474 case "${UNAME_MACHINE}" in 474 case "${UNAME_MACHINE}" in
475 i.86) 475 i?86)
476 VENDOR=pc; 476 VENDOR=pc;
477 ;; 477 ;;
478 *) 478 *)
479 VENDOR=unknown; 479 VENDOR=unknown;
480 ;; 480 ;;