aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-06 01:21:12 +0000
committerRichard M. Stallman1997-06-06 01:21:12 +0000
commit33d78d5e350581eeba0b9dc8fd7d902e3dd5b10e (patch)
treeff667dfeef3989b3a031c8ff3050df6efede3c88
parent606532f23f2c89c0ea5cc3c39c6c302d0b381972 (diff)
downloademacs-33d78d5e350581eeba0b9dc8fd7d902e3dd5b10e.tar.gz
emacs-33d78d5e350581eeba0b9dc8fd7d902e3dd5b10e.zip
(*:Linux:*:*): Don't test for elf_i.86 or m68kelf.
-rwxr-xr-xconfig.guess6
1 files changed, 1 insertions, 5 deletions
diff --git a/config.guess b/config.guess
index 7be7aea7f80..4d39b91228a 100755
--- a/config.guess
+++ b/config.guess
@@ -436,16 +436,12 @@ EOF
436 # The BFD linker knows what the default object file format is, so 436 # The BFD linker knows what the default object file format is, so
437 # first see if it will tell us. 437 # first see if it will tell us.
438 ld_help_string=`ld --help 2>&1` 438 ld_help_string=`ld --help 2>&1`
439 if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf_i.86"; then 439 if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
440 echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
441 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
442 echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 440 echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0
443 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86coff"; then 441 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86coff"; then
444 echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 442 echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0
445 elif echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations:sparclinux"; then 443 elif echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations:sparclinux"; then
446 echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 444 echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
447 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68kelf"; then
448 echo "${UNAME_MACHINE}-unknown-linux-gnu" ; exit 0
449 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then 445 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then
450 echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 446 echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
451 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then 447 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then