]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
config.gcc (mips64*-*-linux*, [...]): Add crtfastmath.o to extra_parts.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 12 Jun 2010 07:44:51 +0000 (07:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 12 Jun 2010 07:44:51 +0000 (07:44 +0000)
commit48b09a925e246f1bfafd52d5441ab9e111924ddf
tree9df2902968711e22f82bc2ba2cfc2ded7649e0af
parentb53cd1c5cf3aa84837b677fda803c1664857774a
config.gcc (mips64*-*-linux*, [...]): Add crtfastmath.o to extra_parts.

gcc/
* config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*,
mips*-*-linux*): Add crtfastmath.o to extra_parts.
* config/mips/crtfastmath.c: New.
* config/mips/linux.h (ENDFILE_SPEC): New.

libgcc/
* config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
to tmake_file.  Add crtfastmath.o to extra_parts.
* config/mips/t-crtfm: New.

From-SVN: r160655
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/crtfastmath.c [new file with mode: 0644]
gcc/config/mips/linux.h
libgcc/ChangeLog
libgcc/config.host
libgcc/config/mips/t-crtfm [new file with mode: 0644]