summaryrefslogtreecommitdiff
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
commit88035b997930bd00c30be7b69de9d855a7f2322e (patch)
treee25117f6ed570b3aea5a7156d71395326b6aa23c /template
parent7112c6a1c15b26eebf0c020dfee7abd30eebde2d (diff)
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