* configure.in: define linker for shared library on MirOS BSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba7a0b4643
commit
8f5f89452d
@ -1,3 +1,7 @@
|
|||||||
|
Thu Feb 7 22:01:18 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* configure.in: define linker for shared library on MirOS BSD.
|
||||||
|
|
||||||
Thu Feb 7 21:09:23 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
Thu Feb 7 21:09:23 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* test/rubygems/test_gem_config_file.rb
|
* test/rubygems/test_gem_config_file.rb
|
||||||
|
@ -2268,7 +2268,7 @@ if test "$with_dln_a_out" != yes; then
|
|||||||
test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable'
|
test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable'
|
||||||
fi
|
fi
|
||||||
rb_cv_dlopen=yes],
|
rb_cv_dlopen=yes],
|
||||||
[openbsd*], [ : ${LDSHARED='$(CC) -shared ${CCDLFLAGS}'}
|
[openbsd*|mirbsd*], [ : ${LDSHARED='$(CC) -shared ${CCDLFLAGS}'}
|
||||||
if test "$rb_cv_binary_elf" = yes; then
|
if test "$rb_cv_binary_elf" = yes; then
|
||||||
LDFLAGS="$LDFLAGS -Wl,-E"
|
LDFLAGS="$LDFLAGS -Wl,-E"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user