From d0bdd598b3104bbad7b16fccd9c47d1c50a47bed Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 1 Sep 2002 06:58:09 +0000 Subject: * config.guess: fixed for Linux/PPC. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2775 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 acf6a089e..d7e236f92 100644 --- a/config.guess +++ b/config.guess @@ -826,10 +826,10 @@ EOF $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null if test "$?" = 0 ; then ./$dummy | grep 1\.99 > /dev/null - if test "$?" = 0 ; then LIBC="libc1" ; fi + if test "$?" = 0 ; then LIBC="-libc1" ; fi fi rm -f $dummy.c $dummy - echo powerpc-unknown-linux-${LIBC} + echo powerpc-unknown-linux${LIBC} exit 0 ;; alpha:Linux:*:*) cat <$dummy.s -- cgit