solaris2: Don't add crtfastmath.o for -shared
Don't add crtfastmath.o for -shared to avoid altering the FP environment when loading a shared library. PR target/55522 * config/sol2.h (ENDFILE_SPEC): Don't add crtfastmath.o for -shared.
This commit is contained in:
parent
8a1360e72d
commit
6347bbec3e
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#undef ENDFILE_SPEC
|
||||
#define ENDFILE_SPEC \
|
||||
"%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
|
||||
"%{Ofast|ffast-math|funsafe-math-optimizations:%{!shared:crtfastmath.o%s}} \
|
||||
%(endfile_arch) %(endfile_vtv) %(endfile_crtend) crtn.o%s"
|
||||
|
||||
#undef LINK_ARCH32_SPEC_BASE
|
||||
|
|
Loading…
Add table
Reference in a new issue