diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-25 08:08:04 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-25 08:08:04 +0000 |
commit | 57380e3309d3daf42a2bb8366b0fbe403356173c (patch) | |
tree | 159afab704bcdb1b2420eec724084dd8814b76d7 /libgcc/config.host | |
parent | 376b409295f5eacc281b249801d8009ce1e52de1 (diff) | |
download | gcc-57380e3309d3daf42a2bb8366b0fbe403356173c.tar.gz |
2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 81f7a36f158..301c06ec658 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -991,7 +991,10 @@ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ sh-*-rtems*) tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit" extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \ - $sh_ic_extra_parts $sh_opt_extra_parts" + libic_invalidate_array_4-100.a \ + libic_invalidate_array_4-200.a \ + libic_invalidate_array_4a.a \ + libgcc-Os-4-200.a libgcc-4-300.a" ;; sh-wrs-vxworks) tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit" |