Commit 5596990f by Richard Sandiford Committed by Richard Sandiford

iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if either -ffast-math or…

iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if either -ffast-math or -funsafe-math-optimizations...

	* config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
	either -ffast-math or -funsafe-math-optimizations is in use.

From-SVN: r94289
parent a3cf5992
2005-01-26 Richard Sandiford <rsandifo@redhat.com>
* config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
either -ffast-math or -funsafe-math-optimizations is in use.
2005-01-26 Marek Michalkiewicz <marekm@amelek.gda.pl> 2005-01-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
PR target/19293 PR target/19293
......
...@@ -97,7 +97,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -97,7 +97,8 @@ Boston, MA 02111-1307, USA. */
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC \ #define ENDFILE_SPEC \
"%{!shared:%{mabi=n32|mabi=64:irix-csr.o%s}} \ "%{!shared:%{!ffast-math:%{!funsafe-math-optimizations: \
%{mabi=n32|mabi=64:irix-csr.o%s}}}} \
crtend.o%s irix-crtn.o%s \ crtend.o%s irix-crtn.o%s \
%{!shared: \ %{!shared: \
%{mabi=32:crtn.o%s}\ %{mabi=32:crtn.o%s}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment