From 9fa20b9973a31c9e7482e7cc9cc075dc0aec8268 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 24 Jun 2003 05:26:18 +0000 Subject: * config.guess: have wrongly returned "alphaev56-unknown-linux-" on Linux/Alpha. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- config.guess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.guess') diff --git a/config.guess b/config.guess index 342782b83a..73ea71ed8b 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 -- cgit v1.2.3