From 88035b997930bd00c30be7b69de9d855a7f2322e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 6 Feb 2018 03:19:42 +0000 Subject: 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 --- template/GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'template') 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 -- cgit v1.2.3