From: Ian Lance Taylor Date: Tue, 31 Dec 1996 20:51:53 +0000 (+0000) Subject: Recognize mips-unknown-linux-gnu X-Git-Tag: emacs-20.1~3144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d23d9efd83430fb9195beb16c1b2a860dadd10cd;p=emacs.git Recognize mips-unknown-linux-gnu --- diff --git a/config.guess b/config.guess index 3522a0876ae..59798a91efc 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.