1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Change ASMEXT to s

By the default of GNU make, .S is used to be compiled with CC, but
we have already used .s as ia64.s, and now coroutine/*/Context.s.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-11-20 11:45:13 +00:00
parent 51af9bac69
commit 6f59255747
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ DTRACE_REBUILD= @DTRACE_REBUILD@
DTRACE_GLOMMED_OBJ = $(DTRACE_REBUILD:yes=ruby-glommed.$(OBJEXT)) DTRACE_GLOMMED_OBJ = $(DTRACE_REBUILD:yes=ruby-glommed.$(OBJEXT))
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
ASMEXT = S ASMEXT = s
SOEXT = @SOEXT@ SOEXT = @SOEXT@
DLEXT = @DLEXT@ DLEXT = @DLEXT@
MANTYPE = @MANTYPE@ MANTYPE = @MANTYPE@

View file

@ -895,7 +895,7 @@ strstr.$(OBJEXT): {$(VPATH)}strstr.c
nt.$(OBJEXT): {$(VPATH)}nt.c nt.$(OBJEXT): {$(VPATH)}nt.c
ia64.$(OBJEXT): {$(VPATH)}ia64.s ia64.$(OBJEXT): {$(VPATH)}ia64.s
$(CC) $(CFLAGS) -c $< $(CC) $(CFLAGS) -c $<
coroutine/amd64/Context.$(OBJEXT): {$(VPATH)}coroutine/amd64/Context.s coroutine/amd64/Context.$(OBJEXT): {$(VPATH)}coroutine/amd64/Context.$(ASMEXT)
coroutine/amd64/Context.$(OBJEXT): coroutine/amd64/.time coroutine/amd64/Context.$(OBJEXT): coroutine/amd64/.time
coroutine/amd64/.time: coroutine/amd64/.time:
$(Q) $(MAKEDIRS) $(@D) $(Q) $(MAKEDIRS) $(@D)