From 2d69e3cb6a464a0cc36ccb5219852912f04960dd Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 5 Apr 2002 20:55:28 -0800 Subject: freebsd.h (ENDFILE_SPEC): Add crtfastmath bits. 2002-04-05 David S. Miller * config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits. * config.gcc (sparc64-wrs-vxworks, sparc-*-chorusos, sparc-*-rtems*, sparclite-*-elf* sparc86x-*-elf*, sparc64-*-elf*, {sparc64,ultrasparc}-*-freebsd*): Add sparc/t-crtfm to tmake_file. From-SVN: r51940 --- gcc/config/sparc/freebsd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/config/sparc') diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h index 9017839..33b0716 100644 --- a/gcc/config/sparc/freebsd.h +++ b/gcc/config/sparc/freebsd.h @@ -148,3 +148,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ RELATIVE relocations. */ /* #define DWARF_OFFSET_SIZE PTR_SIZE */ + +#undef ENDFILE_SPEC +#define ENDFILE_SPEC \ + "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" \ + FBSD_ENDFILE_SPEC -- cgit v1.1