diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-23 05:06:50 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-23 05:06:50 +0000 |
commit | 024939558224abd68a0bba5cae8d2930eed5bc0c (patch) | |
tree | 4e7ac0755561eb33f306632eba9b2387b493c615 /ChangeLog | |
parent | a4f79a6ece4b02720507b0ff249c2964ee859479 (diff) | |
download | ruby-024939558224abd68a0bba5cae8d2930eed5bc0c.tar.gz |
configure.in: no visibility option for older GCC
* configure.in (visibility_option): visibility attribute is not
available before GCC 4, so do not use -fvisibility option in that
case. [ruby-core:48147] [Bug #7205]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Oct 23 14:06:47 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (visibility_option): visibility attribute is not + available before GCC 4, so do not use -fvisibility option in that + case. [ruby-core:48147] [Bug #7205] + Tue Oct 23 12:57:29 2012 Koichi Sasada <ko1@atdot.net> * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): |