summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-09 14:46:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-09 14:46:53 +0000
commit402edc568ac69051f4fc28bf1e4553d4afdbbf02 (patch)
tree65927029ac5941a47450c213a3b4adc78f6d61fb /ChangeLog
parent50f3d3feb545b750e06bb267b651cd12dfa1f1ce (diff)
mkrunnable.rb: build_os
* tool/mkrunnable.rb: see build_os instead of target arch for cross-compiling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10744c4da4..814789a7d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Thu Aug 9 23:46:47 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Aug 9 23:46:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/mkrunnable.rb: see build_os instead of target arch for
+ cross-compiling.
* configure.in (MINIRUBY): use real path for include path.