summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-22 23:41:52 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-22 23:41:52 +0900
commit07b4b1b1cbafb73c03d04f25c8f3ae6d70975ed5 (patch)
tree34fc936e5c66d0d6a7b877555fc8eef1283fce81 /template
parente34eb58ac71ddac2d90315b35adfb2c0bf880369 (diff)
Support coroutine on universal binary
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 72e37b512a..a1fd24154b 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -217,7 +217,7 @@ AR = @AR@
ARFLAGS = @ARFLAGS@$(empty)
RANLIB = @RANLIB@
AS = @AS@
-ASFLAGS = @ASFLAGS@ $(INCFLAGS)
+ASFLAGS = @ASFLAGS@ $(ARCH_FLAG) $(INCFLAGS)
IFCHANGE = $(tooldir)/ifchange
OBJDUMP = @OBJDUMP@
OBJCOPY = @OBJCOPY@