aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-06 03:19:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-06 03:19:42 +0000
commitf3a49d5a768560be32009289e936b8e005ddd373 (patch)
treee25117f6ed570b3aea5a7156d71395326b6aa23c /template
parent6ac7ac18b10830d61998d1f12d2b1da1f295a1ca (diff)
downloadruby-f3a49d5a768560be32009289e936b8e005ddd373.tar.gz
mjit headers for universal binary
* common.mk (MJIT_HEADER, MJIT_MIN_HEADER): added hook to separate intermediate headers per archs. * defs/gmake.mk: build mjit headers per -arch options, and then merge the headers with `#ifdef`s. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/GNUmakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/GNUmakefile.in b/template/GNUmakefile.in
index c904d3474e..f603210bc2 100644
--- a/template/GNUmakefile.in
+++ b/template/GNUmakefile.in
@@ -1,4 +1,5 @@
include Makefile
+include $(srcdir)/defs/universal.mk
-include uncommon.mk
include $(srcdir)/defs/gmake.mk