summaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-24 05:26:18 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-24 05:26:18 +0000
commit02b5eb5384327a9d7b2fd19eac0ac1d5c41ea4ab (patch)
tree923a6fc221277db249d423a2476f4cffc88dbbd3 /config.guess
parentbca43420189e517f4406af20a6bd117b5dd90636 (diff)
downloadruby-02b5eb5384327a9d7b2fd19eac0ac1d5c41ea4ab.tar.gz
ruby-02b5eb5384327a9d7b2fd19eac0ac1d5c41ea4ab.tar.xz
ruby-02b5eb5384327a9d7b2fd19eac0ac1d5c41ea4ab.zip
* config.guess: have wrongly returned "alphaev56-unknown-linux-" on Linux/Alpha.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index 342782b83..73ea71ed8 100644
--- a/config.guess
+++ b/config.guess
@@ -866,8 +866,8 @@ EOF
EV68*) UNAME_MACHINE=alphaev68 ;;
esac
objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
- if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+ if test "$?" = 0 ; then LIBC="-libc1" ; else LIBC="" ; fi
+ echo ${UNAME_MACHINE}-unknown-linux${LIBC}
exit 0 ;;
parisc:Linux:*:* | hppa:Linux:*:*)
# Look for CPU level