blob: 21d6d71df154861d38d246845053c00a8694987d (
plain)
1
2
3
4
5
6
7
|
# This object must be linked with in order to make the executable debuggable.
# vms-ld handles it automatically when passed -g.
vms-dwarf2.o: $(srcdir)/config/alpha/vms-dwarf2.S
$(gcc_compile) -c -x assembler-with-cpp $<
vms-dwarf2eh.o: $(srcdir)/config/alpha/vms-dwarf2eh.S
$(gcc_compile) -c -x assembler-with-cpp $<
|