* configure.in: when Solaris cc, use $(CC) to link shared libs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3abbda4f6e
commit
3fb4569534
@ -1,3 +1,7 @@
|
|||||||
|
Thu Aug 4 20:29:41 2011 Naohisa Goto <ngotogenome@gmail.com>
|
||||||
|
|
||||||
|
* configure.in: when Solaris cc, use $(CC) to link shared libs.
|
||||||
|
|
||||||
Thu Aug 4 20:19:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
Thu Aug 4 20:19:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
* error.c (report_bug): use a small message buffer instead of BUFSIZ.
|
* error.c (report_bug): use a small message buffer instead of BUFSIZ.
|
||||||
|
@ -2016,7 +2016,7 @@ if test "$with_dln_a_out" != yes; then
|
|||||||
LDFLAGS="$LDFLAGS -Wl,-E"
|
LDFLAGS="$LDFLAGS -Wl,-E"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
: ${LDSHARED='ld -G'}
|
: ${LDSHARED='$(CC) -G'}
|
||||||
fi
|
fi
|
||||||
rb_cv_dlopen=yes],
|
rb_cv_dlopen=yes],
|
||||||
[sunos*], [ : ${LDSHARED='ld -assert nodefinitions'}
|
[sunos*], [ : ${LDSHARED='ld -assert nodefinitions'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user