2016-10-26 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / libgcc / config / sh / t-superh
blobb87aa5a316770c3f066b5f135be14ec20ff48b9b
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 $<
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 $<
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 $<