summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-01 06:58:09 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-01 06:58:09 +0000
commit4c3dc77fe6b53331dc4573d3d313fa9554a3155f (patch)
tree080ca526c6a36c90fbccc3f1498e0fc397fab05b
parente16187701296bdc7f1acc9397b14cf015fdefbde (diff)
* config.guess: fixed for Linux/PPC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--config.guess4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5afa8a8c56..af8c37596e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/config.guess b/config.guess
index acf6a089e5..d7e236f92c 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 <<EOF >$dummy.s