diff options
Diffstat (limited to 'gcc-4.6/gcc/config/alpha/elf.h')
-rw-r--r-- | gcc-4.6/gcc/config/alpha/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/alpha/elf.h b/gcc-4.6/gcc/config/alpha/elf.h index 78cafed..0293f26 100644 --- a/gcc-4.6/gcc/config/alpha/elf.h +++ b/gcc-4.6/gcc/config/alpha/elf.h @@ -397,7 +397,7 @@ do { \ #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" /* Select a format to encode pointers in exception handling data. CODE |