mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
10 lines
380 B
Plaintext
10 lines
380 B
Plaintext
|
# 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
|