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:
parent
51af9bac69
commit
6f59255747
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ DTRACE_REBUILD= @DTRACE_REBUILD@
|
|||
DTRACE_GLOMMED_OBJ = $(DTRACE_REBUILD:yes=ruby-glommed.$(OBJEXT))
|
||||
|
||||
OBJEXT = @OBJEXT@
|
||||
ASMEXT = S
|
||||
ASMEXT = s
|
||||
SOEXT = @SOEXT@
|
||||
DLEXT = @DLEXT@
|
||||
MANTYPE = @MANTYPE@
|
||||
|
|
|
@ -895,7 +895,7 @@ strstr.$(OBJEXT): {$(VPATH)}strstr.c
|
|||
nt.$(OBJEXT): {$(VPATH)}nt.c
|
||||
ia64.$(OBJEXT): {$(VPATH)}ia64.s
|
||||
$(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/.time:
|
||||
$(Q) $(MAKEDIRS) $(@D)
|
||||
|
|
Loading…
Add table
Reference in a new issue