# HG changeset patch # User Ian Lance Taylor # Date 852065513 0 # Node ID d250966726a423dc1ac69f2cbcb1e2ac79407797 # Parent 7646e478600826d75096bd3f2f6592d59584625a Recognize mips-unknown-linux-gnu diff -r 7646e4786008 -r d250966726a4 config.guess --- a/config.guess Tue Dec 31 20:47:53 1996 +0000 +++ b/config.guess Tue Dec 31 20:51:53 1996 +0000 @@ -422,6 +422,23 @@ 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.