summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-10 09:19:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-10 09:19:05 +0000
commit4d53704a7ed802432b85bb4500ba3e40005d0ab3 (patch)
treec5c4bdc9a41edee10e99414032ae587c8c8b3d4f /Makefile.in
parent9ae9668ec9b9330c3656884667fa044d74f9fc61 (diff)
downloadruby-4d53704a7ed802432b85bb4500ba3e40005d0ab3.tar.gz
ruby-4d53704a7ed802432b85bb4500ba3e40005d0ab3.tar.xz
ruby-4d53704a7ed802432b85bb4500ba3e40005d0ab3.zip
* configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),
win32/mkexports.rb (each_export): exclude _threadptr_ functions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 883d9ad48..5ba6f0752 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -155,7 +155,7 @@ $(LIBRUBY_A):
$(LIBRUBY_SO):
@-$(PRE_LIBRUBY_UPDATE)
$(LDSHARED) $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(SOLIBS) $(OUTFLAG)$@
- -$(OBJCOPY) -w -L '@EXPORT_PREFIX@Init_*' $@
+ -$(OBJCOPY) -w -L '@EXPORT_PREFIX@Init_*' -L '@EXPORT_PREFIX@*_threadptr_*' $@
@-$(MINIRUBY) -e 'ARGV.each{|link| File.delete link if File.exist? link; \
File.symlink "$(LIBRUBY_SO)", link}' \
$(LIBRUBY_ALIASES) || true