summaryrefslogtreecommitdiff
path: root/gas/makefile.vms
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-09-15 10:58:28 +0000
committerTristan Gingold <gingold@adacore.com>2009-09-15 10:58:28 +0000
commit25fc6d61701cd7f69b09113bd6171a22b7880aef (patch)
tree7e045aee3504d74471dad9bf59e1383e055d377f /gas/makefile.vms
parentc20da5c59ee13baa152624e9bbb4954e8bcc8949 (diff)
downloadbinutils-redhat-25fc6d61701cd7f69b09113bd6171a22b7880aef.tar.gz
2009-09-15 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OBJS): Compile te-vms.c only on Itanium.
Diffstat (limited to 'gas/makefile.vms')
-rw-r--r--gas/makefile.vms8
1 files changed, 6 insertions, 2 deletions
diff --git a/gas/makefile.vms b/gas/makefile.vms
index 1cf4407a00..e4ba506a1f 100644
--- a/gas/makefile.vms
+++ b/gas/makefile.vms
@@ -20,13 +20,17 @@ CFLAGS=/names=(as_is,shortened)\
#LFLAGS=/debug/map=as.map
endif
-OBJS=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,atof-generic.obj,\
- te-vms.obj,cond.obj,depend.obj,expr.obj,flonum-konst.obj,\
+OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
+ atof-generic.obj,cond.obj,depend.obj,expr.obj,flonum-konst.obj,\
flonum-copy.obj,flonum-mult.obj,frags.obj,hash.obj,input-file.obj,\
input-scrub.obj,literal.obj,messages.obj,output-file.obj,read.obj,\
subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\
macro.obj,ehopt.obj,dw2gencfi.obj,dwarf2dbg.obj,remap.obj
+ifeq ($(ARCH),IA64)
+OBJS:=$(OBJS),te-vms.obj
+endif
+
LIBIBERTY = [-.libiberty]libiberty.olb
LIBBFD = [-.bfd]libbfd.olb
LIBOPCODES = [-.opcodes]libopcodes.olb