summaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-31 06:53:22 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-31 06:53:22 +0000
commit35bc1df02607792b9534f7f45bf7c80174fb97a4 (patch)
tree031753e82307ea804a9846f7fad1907d08bfdb21 /config.sub
parent28fd3752ea278fc965227fa94faf4d11de9320a1 (diff)
downloadruby-35bc1df02607792b9534f7f45bf7c80174fb97a4.tar.gz
ruby-35bc1df02607792b9534f7f45bf7c80174fb97a4.tar.xz
ruby-35bc1df02607792b9534f7f45bf7c80174fb97a4.zip
* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _old
ruby_vars is already force_recycled. * gc.c (rb_gc): handles mark stack overflow. * gc.c (PUSH_MARK): use static mark stack, no more recursion. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.sub')
-rw-r--r--config.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 0387ee530..a2d8b0d59 100644
--- a/config.sub
+++ b/config.sub
@@ -117,7 +117,7 @@ esac
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
- nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*)
+ nto-qnx* | linux-gnu* | linux-libc1 | storm-chaos* | os2-emx*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;;