mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
(*:Linux:*:*): Don't test for elf_i.86 or m68kelf.
This commit is contained in:
parent
f9c81c829d
commit
45abef7740
6
config.guess
vendored
6
config.guess
vendored
@ -436,16 +436,12 @@ EOF
|
|||||||
# The BFD linker knows what the default object file format is, so
|
# The BFD linker knows what the default object file format is, so
|
||||||
# first see if it will tell us.
|
# first see if it will tell us.
|
||||||
ld_help_string=`ld --help 2>&1`
|
ld_help_string=`ld --help 2>&1`
|
||||||
if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf_i.86"; then
|
if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
|
||||||
echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
|
|
||||||
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
|
|
||||||
echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0
|
echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0
|
||||||
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86coff"; then
|
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86coff"; then
|
||||||
echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0
|
echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0
|
||||||
elif echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations:sparclinux"; then
|
elif echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations:sparclinux"; then
|
||||||
echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
|
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
|
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then
|
||||||
echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
|
echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
|
||||||
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then
|
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user