Re: [PATCH 8/9] solaris2: Don't add crtfastmath.o for -shared

2023-01-16 Thread Rainer Orth
Hi Richard, > 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. tested on i386-pc-solaris2.11 and sparc-sun-solaris2.11. Ok. Thanks.

[PATCH 8/9] solaris2: Don't add crtfastmath.o for -shared

2023-01-13 Thread Richard Biener via Gcc-patches
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. --- gcc/config/sol2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc