48b09a925e
gcc/ * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*): Add crtfastmath.o to extra_parts. * config/mips/crtfastmath.c: New. * config/mips/linux.h (ENDFILE_SPEC): New. libgcc/ * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm to tmake_file. Add crtfastmath.o to extra_parts. * config/mips/t-crtfm: New. From-SVN: r160655
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
crtfastmath.o: $(gcc_srcdir)/config/mips/crtfastmath.c
|
|
$(gcc_compile) -c $(gcc_srcdir)/config/mips/crtfastmath.c
|
|
|