aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-02 02:30:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-02 02:30:38 +0000
commit6ec1902a2d0f83484cd3b0d046f29f8b1a0eb435 (patch)
treed2ed1344e3b4924882ba41ad04f7ccd0a68f872d /ChangeLog
parent12697d5078436faca0a96273e19fb02d6f49e01d (diff)
downloadruby-6ec1902a2d0f83484cd3b0d046f29f8b1a0eb435.tar.gz
* configure.in: use $linker_flag for LDFLAGS option which is not
limited to particular platforms. [ruby-core:41438] [Bug#5697] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e84e28a8e3..9ee23878e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 2 11:30:34 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in: use $linker_flag for LDFLAGS option which is not
+ limited to particular platforms. [ruby-core:41438] [Bug#5697]
+
Thu Dec 1 23:21:58 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) only if