From 3c143620a53694307cdfaa864fe47758571001c8 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 31 Dec 1996 20:51:53 +0000 Subject: Recognize mips-unknown-linux-gnu --- config.guess | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.guess b/config.guess index 3522a0876a..59798a91ef 100755 --- a/config.guess +++ b/config.guess @@ -422,6 +422,23 @@ EOF echo alpha-unknown-linux-gnu ; exit 0 elif test "${UNAME_MACHINE}" = "sparc" ; then echo sparc-unknown-linux-gnu ; exit 0 + elif test "${UNAME_MACHINE}" = "mips" ; then + cat >dummy.c </dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 + rm -f dummy.c dummy else # Either a pre-BFD a.out linker (linux-gnuoldld) or one that does not give us # useful --help. Gcc wants to distinguish between linux-gnuoldld and linux-gnuaout. -- cgit v1.2.3