]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgcc/config/sh/t-superh
Move crtstuff support to toplevel libgcc
[thirdparty/gcc.git] / libgcc / config / sh / t-superh
1 # Compile crt1-mmu.o as crt1.o with -DMMU_SUPPORT
2 crt1-mmu.o: $(srcdir)/config/sh/crt1.S
3 $(gcc_compile) -c -DMMU_SUPPORT $<
4
5 # Compile gcrt1-mmu.o as crt1-mmu.o with -DPROFILE
6 gcrt1-mmu.o: $(srcdir)/config/sh/crt1.S
7 $(gcc_compile) -c -DPROFILE -DMMU_SUPPORT $<
8
9 # For sh4-400: Compile gcrt1.o as crt1.o with -DPROFILE
10 gcrt1.o: $(srcdir)/config/sh/crt1.S
11 $(gcc_compile) -c -DPROFILE $<