summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-06 01:21:12 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-06 01:21:12 +0000
commitd95ba4e2d25858b4ca79f96d8483326f4767fc7f (patch)
tree69c9ea18cc9ec8ba00016b3c88828a4ba15f6e33
parent4e55a49751249ca53130c405ffee55e5d9a2beb8 (diff)
downloademacs-d95ba4e2d25858b4ca79f96d8483326f4767fc7f.tar.gz
(*:Linux:*:*): Don't test for elf_i.86 or m68kelf.libc-970607libc-970606
-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
# The BFD linker knows what the default object file format is, so
# first see if it will tell us.
ld_help_string=`ld --help 2>&1`
- if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf_i.86"; then
- echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
- elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
+ if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86coff"; then
echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0
elif echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations:sparclinux"; then
echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
- elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68kelf"; then
- echo "${UNAME_MACHINE}-unknown-linux-gnu" ; exit 0
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then
echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then