summaryrefslogtreecommitdiff
path: root/gcc/config/h8300/t-elf
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/h8300/t-elf')
-rw-r--r--gcc/config/h8300/t-elf6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/h8300/t-elf b/gcc/config/h8300/t-elf
new file mode 100644
index 000000000..c1f1dac32
--- /dev/null
+++ b/gcc/config/h8300/t-elf
@@ -0,0 +1,6 @@
+EXTRA_MULTILIB_PARTS= crti.o crtn.o crtbegin.o crtend.o
+
+$(T)crti.o: $(srcdir)/config/h8300/crti.asm $(GCC_PASSES)
+ $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/h8300/crti.asm
+$(T)crtn.o: $(srcdir)/config/h8300/crtn.asm $(GCC_PASSES)
+ $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/h8300/crtn.asm