diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:49 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:49 +0000 |
commit | 2f84820f27759a64cbfa669c4e25446eaf0977c4 (patch) | |
tree | 9a28ca535164428aa0f0a57a18cea27a8211d105 /buildlib/config.guess | |
parent | 08e31d24335c2c9caa2f38f1efd3494997eebcd5 (diff) |
Um, that was wrong.. this one should work
Author: tausq
Date: 2000-04-08 20:09:22 GMT
Um, that was wrong.. this one should work
Diffstat (limited to 'buildlib/config.guess')
-rwxr-xr-x | buildlib/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/config.guess b/buildlib/config.guess index 106946c04..d0711a22e 100755 --- a/buildlib/config.guess +++ b/buildlib/config.guess @@ -408,7 +408,7 @@ EOF 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 - 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 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 |