diff options
Diffstat (limited to 'gcc-4.6/gcc/config/sparc/sp64-elf.h')
-rw-r--r-- | gcc-4.6/gcc/config/sparc/sp64-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/sparc/sp64-elf.h b/gcc-4.6/gcc/config/sparc/sp64-elf.h index c15e9ad..b219693 100644 --- a/gcc-4.6/gcc/config/sparc/sp64-elf.h +++ b/gcc-4.6/gcc/config/sparc/sp64-elf.h @@ -58,7 +58,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} \ crtend.o%s crtn.o%s" /* Use the default (for now). */ |