diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-04 05:18:05 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-04 05:18:05 +0000 |
| commit | f4edf549b7b3362a187c4550e2e7c183b0123f07 (patch) | |
| tree | 287195e29184ce252439de17d083d85aadb0eaa7 /ChangeLog | |
| parent | b404c024a0a3b55266da2f3f41231add5a1c9260 (diff) | |
| download | ruby-f4edf549b7b3362a187c4550e2e7c183b0123f07.tar.gz ruby-f4edf549b7b3362a187c4550e2e7c183b0123f07.tar.xz ruby-f4edf549b7b3362a187c4550e2e7c183b0123f07.zip | |
* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.
* ext/extmk.rb (create_makefile): add -Wl,-no-undefined to $DLDFLAGS
on Linux if GNU ld is used and --enable-shared is specified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Oct 4 13:05:58 2002 WATANABE Hirofumi <eban@ruby-lang.org> + + * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld. + + * ext/extmk.rb (create_makefile): add -Wl,-no-undefined to $DLDFLAGS + on Linux if GNU ld is used and --enable-shared is specified. + Thu Oct 3 20:22:11 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * bcc32/mkexports.rb: to work on cygwin via telnet. |
