summaryrefslogtreecommitdiffstats
path: root/common.mk
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
commit9e15823543b0fbfcdd0706fee9352b32fa355fd3 (patch)
tree78d2a5f677a37e5c02cf3de6c0a9424fa81f94bb /common.mk
parent1de905714a6c549ad22cd969036dac4fcb8814b9 (diff)
downloadruby-9e15823543b0fbfcdd0706fee9352b32fa355fd3.tar.gz
ruby-9e15823543b0fbfcdd0706fee9352b32fa355fd3.tar.xz
ruby-9e15823543b0fbfcdd0706fee9352b32fa355fd3.zip
* common.mk (ia64.o): use the compiler driver to assemble ia64.s
to use appropriate ABI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index e8a36b5d4..ee9b05ab3 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"