1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* config.guess: fixed for Linux/PPC.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-09-01 06:58:09 +00:00
parent e161877012
commit 4c3dc77fe6
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Sun Sep 1 15:54:33 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* config.guess: fixed for Linux/PPC.
Fri Aug 30 22:45:16 2002 Akinori MUSHA <knu@iDaemons.org>
* lib/set.rb: Added.

4
config.guess vendored
View file

@ -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 <<EOF >$dummy.s