|
@@ -408,7 +408,7 @@ EOF
|
|
|
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: elf_i.86"; then
|
|
|
echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
|
|
echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
|
|
|
- if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf64_ia64"; then
|
|
|
|
|
|
|
+ elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf64_ia64"; then
|
|
|
echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
|
|
echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
|
|
|
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
|
|
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
|