diff options
Diffstat (limited to 'gcc/config/sh/t-sh')
-rw-r--r-- | gcc/config/sh/t-sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh index 8d5c0728254..79528dd7d18 100644 --- a/gcc/config/sh/t-sh +++ b/gcc/config/sh/t-sh @@ -44,5 +44,8 @@ $(T)crti.o: $(srcdir)/config/sh/crti.asm $(GCC_PASSES) $(T)crtn.o: $(srcdir)/config/sh/crtn.asm $(GCC_PASSES) $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/sh/crtn.asm +$(out_object_file): gt-sh.h +gt-sh.h : s-gtype ; @true + # These are not suitable for COFF. # EXTRA_MULTILIB_PARTS= crt1.o crti.o crtn.o crtbegin.o crtend.o |