diff options
Diffstat (limited to 'gcc-4.6/gcc/config/alpha/osf5.h')
-rw-r--r-- | gcc-4.6/gcc/config/alpha/osf5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/alpha/osf5.h b/gcc-4.6/gcc/config/alpha/osf5.h index 97a789f..7713b7e 100644 --- a/gcc-4.6/gcc/config/alpha/osf5.h +++ b/gcc-4.6/gcc/config/alpha/osf5.h @@ -102,7 +102,7 @@ along with GCC; see the file COPYING3. If not see "%{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}" #define ENDFILE_SPEC \ - "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" + "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" #define MD_STARTFILE_PREFIX "/usr/lib/cmplrs/cc/" |