aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-02 04:26:40 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-02 04:26:40 +0000
commit965b0d38071a0ef6cbb23913bb7e90447f75729d (patch)
tree78d2a5f677a37e5c02cf3de6c0a9424fa81f94bb
parent40cefc9844100474eba84d33ab77362d69321db9 (diff)
downloadruby-965b0d38071a0ef6cbb23913bb7e90447f75729d.tar.gz
* 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
-rw-r--r--ChangeLog5
-rw-r--r--common.mk1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baf43a1817..0646a1e4c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/common.mk b/common.mk
index e8a36b5d41..ee9b05ab38 100644
--- a/common.mk
+++ b/common.mk
@@ -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"