diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-31 03:58:21 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-31 03:58:21 +0000 |
commit | 0dfe20d3d4868bd8872e9648ea1c9e495ab537eb (patch) | |
tree | 0606f403467981f0269802fdc6c91f8a0ff85dca /wince | |
parent | 1ff2d2a348b3d023bec48a853e028597970eb1e8 (diff) |
* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]
* bcc32/Makefile.sub, win32/Makefile.sub, win32/Makefile.sub: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 5a7178fcba..f77e31cc6f 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -409,6 +409,7 @@ s,@ENABLE_SHARED@,yes,;t t s,@OUTFLAG@,-Fe,;t t s,@CPPOUTFILE@,-P,;t t s,@LIBPATHFLAG@, -libpath:%s,;t t +s,@RPATHFLAG@,,;t t s,@LIBARG@,%s.lib,;t t s,@LINK_SO@,$$(LDSHARED) -Fe$$(@) $$(OBJS) $$(LIBS) $$(LOCAL_LIBS) $$(DLDFLAGS),;t t s,@COMPILE_C@,$$(CC) $$(CFLAGS) $$(CPPFLAGS) -c -Tc$$(<:\=/),;t t |