diff options
Diffstat (limited to 'gcc-4.6/gcc/config/sparc/sp-elf.h')
-rw-r--r-- | gcc-4.6/gcc/config/sparc/sp-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/sparc/sp-elf.h b/gcc-4.6/gcc/config/sparc/sp-elf.h index 6c0797f..d78eba3 100644 --- a/gcc-4.6/gcc/config/sparc/sp-elf.h +++ b/gcc-4.6/gcc/config/sparc/sp-elf.h @@ -38,7 +38,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" /* Don't set the target flags, this is done by the linker script */ |