xref: /openbsd/gnu/gcc/gcc/config/sparc/t-crtfm (revision 5af055cd)
1EXTRA_PARTS += crtfastmath.o
2
3$(T)crtfastmath.o: $(srcdir)/config/sparc/crtfastmath.c $(GCC_PASSES)
4	$(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) $(LIBGCC2_CFLAGS) -c -o $(T)crtfastmath.o $(srcdir)/config/sparc/crtfastmath.c
5