summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:32:37 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:32:37 +0000
commit70d53cb179a9861b9bd6ec86a242ce07f6ff53c1 (patch)
tree832b81e58b6a43e145259cf3c1a16df1ae8ed2fb /ChangeLog
parent43250a2ce54b4204e627a1189f216f11a0d84b46 (diff)
* configure.in (OBJDUMP, OBJCOPY):
Also BSD's ports prefixes GNU binutils with 'g'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20837 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 f1f2526e5..b5d27fa29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 17 15:22:45 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * configure.in (OBJDUMP, OBJCOPY):
+ Also BSD's ports prefixes GNU binutils with 'g'.
+
Wed Dec 17 11:39:39 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):