aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-29 07:31:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-29 07:31:56 +0000
commit199e910602dee48246fcbd9adb3986a3e01c4cb4 (patch)
tree01c7298ed4a1c2a4e9058dbaa583ea442ad969e7 /ChangeLog
parent06efc1da425d81a7575e9af2f62e5b2631b7d056 (diff)
downloadruby-199e910602dee48246fcbd9adb3986a3e01c4cb4.tar.gz
mkconfig.rb: cross_compiling option
* common.mk, tool/mkconfig.rb: set cross_compiling option from Makefile, but not from rbconfig.rb, which is just going to be created by this command. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d52826bfc2..4fc9181b91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 29 16:31:01 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk, tool/mkconfig.rb: set cross_compiling option from
+ Makefile, but not from rbconfig.rb, which is just going to be
+ created by this command.
+
Sun Feb 28 23:13:49 2016 C.J. Collier <cjcollier@linuxfoundation.org>
* configure.in: Add summary to end of configure output.