]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jun 2010 07:44:51 +0000 (07:44 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jun 2010 07:44:51 +0000 (07:44 +0000)
commit283681bbcbeb2515caade5ebdf3af24d538d5e10
tree9df2902968711e22f82bc2ba2cfc2ded7649e0af
parentc83a008868bf7bdf5789d59182cd3334cabe11f6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160655 138bc75d-0d04-0410-961f-82ee72b054a4
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]