diff options
Diffstat (limited to 'gcc-4.6/gcc/config/sparc/freebsd.h')
-rw-r--r-- | gcc-4.6/gcc/config/sparc/freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/sparc/freebsd.h b/gcc-4.6/gcc/config/sparc/freebsd.h index f7e53f2..76c27d3 100644 --- a/gcc-4.6/gcc/config/sparc/freebsd.h +++ b/gcc-4.6/gcc/config/sparc/freebsd.h @@ -169,7 +169,7 @@ along with GCC; see the file COPYING3. If not see #undef ENDFILE_SPEC #define ENDFILE_SPEC \ - "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} " \ + "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} " \ FBSD_ENDFILE_SPEC /* We use GNU ld so undefine this so that attribute((init_priority)) works. */ |