mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 03:50:27 +08:00
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
This commit is contained in:
parent
a3cf59927a
commit
5596990faf
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
PR target/19293
|
||||
|
@ -97,7 +97,8 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#undef 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 \
|
||||
%{!shared: \
|
||||
%{mabi=32:crtn.o%s}\
|
||||
|
Loading…
x
Reference in New Issue
Block a user