From 6cd3c46b129df00bdfc2174f2ce40b0dbd086a38 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 2 Sep 2006 04:26:40 +0000 Subject: * 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/branches/ruby_1_8@10831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index ed4653668..cb226b8a3 100644 --- a/common.mk +++ b/common.mk @@ -189,7 +189,8 @@ nt.$(OBJEXT): {$(VPATH)}nt.c x68.$(OBJEXT): {$(VPATH)}x68.c os2.$(OBJEXT): {$(VPATH)}os2.c dl_os2.$(OBJEXT): {$(VPATH)}dl_os2.c -ia64.$(OBJEXT): ia64.s +ia64.$(OBJEXT): {$(VPATH)}ia64.s + $(CC) $(CFLAGS) -c $< # when I use -I., there is confliction at "OpenFile" # so, set . into environment varible "include" -- cgit