diff options
Diffstat (limited to 'gcc-4.6/gcc/config/alpha/netbsd.h')
-rw-r--r-- | gcc-4.6/gcc/config/alpha/netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/alpha/netbsd.h b/gcc-4.6/gcc/config/alpha/netbsd.h index 0dc45da..bd86d1c 100644 --- a/gcc-4.6/gcc/config/alpha/netbsd.h +++ b/gcc-4.6/gcc/config/alpha/netbsd.h @@ -70,7 +70,7 @@ along with GCC; see the file COPYING3. If not see #undef ENDFILE_SPEC #define ENDFILE_SPEC \ - "%{ffast-math|funsafe-math-optimizations:crtfm%O%s} \ + "%{Ofast|ffast-math|funsafe-math-optimizations:crtfm%O%s} \ %(netbsd_endfile_spec)" |