aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/config/alpha/t-vms
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgcc/config/alpha/t-vms')
-rw-r--r--gcc-4.9/libgcc/config/alpha/t-vms11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc-4.9/libgcc/config/alpha/t-vms b/gcc-4.9/libgcc/config/alpha/t-vms
new file mode 100644
index 000000000..870e44c8d
--- /dev/null
+++ b/gcc-4.9/libgcc/config/alpha/t-vms
@@ -0,0 +1,11 @@
+# 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 $<
+
+LIB2ADD += $(srcdir)/config/alpha/vms-gcc_shell_handler.c
+
+HOST_LIBGCC2_CFLAGS=-mpointer-size=64