aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/config/mips/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/config/mips/linux.h')
-rw-r--r--gcc-4.6/gcc/config/mips/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/mips/linux.h b/gcc-4.6/gcc/config/mips/linux.h
index c69fab1..a78f6bc 100644
--- a/gcc-4.6/gcc/config/mips/linux.h
+++ b/gcc-4.6/gcc/config/mips/linux.h
@@ -147,5 +147,5 @@ extern const char *host_detect_local_cpu (int argc, const char **argv);
/* Similar to standard Linux, but adding -ffast-math support. */
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
- "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
+ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
%{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"