mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (ia64.o): use the compiler driver to assemble ia64.s
to use appropriate ABI. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40cefc9844
commit
965b0d3807
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Sep 2 13:23:01 2006 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk (ia64.o): use the compiler driver to assemble ia64.s
|
||||
to use appropriate ABI.
|
||||
|
||||
Sat Sep 2 12:06:35 2006 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dump
|
||||
|
|
|
@ -197,6 +197,7 @@ x68.$(OBJEXT): {$(VPATH)}x68.c
|
|||
os2.$(OBJEXT): {$(VPATH)}os2.c
|
||||
dl_os2.$(OBJEXT): {$(VPATH)}dl_os2.c
|
||||
ia64.$(OBJEXT): {$(VPATH)}ia64.s
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
# when I use -I., there is confliction at "OpenFile"
|
||||
# so, set . into environment varible "include"
|
||||
|
|
Loading…
Reference in a new issue