diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-11 05:24:59 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-11 05:24:59 +0000 |
| commit | 7dba8bcd19b8468987a7fe4fcd8743c5f834a33e (patch) | |
| tree | 7e7a184bde865a5d67350923fbee84a5ea115f1e /configure.in | |
| parent | fef19a531b6695fab92927767c8c0af499f9a815 (diff) | |
| download | ruby-7dba8bcd19b8468987a7fe4fcd8743c5f834a33e.tar.gz ruby-7dba8bcd19b8468987a7fe4fcd8743c5f834a33e.tar.xz ruby-7dba8bcd19b8468987a7fe4fcd8743c5f834a33e.zip | |
* bignum.c (bigdivrem): access boundary bug.
* marshal.c (w_object): prohibit dumping out singleton classes.
* object.c (rb_mod_to_s): distinguish singleton classes.
* variable.c (rb_class2name): it's ok to reveal NilClass,
TrueClass, FalseClass.
* eval.c (rb_yield_0): preserve and restore ruby_cref as well.
* eval.c (is_defined): core dumped during instance_eval for
special constants.
* eval.c (rb_eval): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b275a2bcb..c758a8d0d 100644 --- a/configure.in +++ b/configure.in @@ -596,6 +596,8 @@ if test "$with_dln_a_out" != yes; then rb_cv_dlopen=yes;; sysv4*) LDSHARED='ld -G' rb_cv_dlopen=yes;; + nto-qnx*) LDSHARED="qcc -shared" + rb_cv_dlopen=yes ;; esix*|uxpds*) LDSHARED="ld -G" rb_cv_dlopen=yes ;; osf*) LDSHARED="$CC -shared" |
