diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2012-10-25 10:08:04 +0200 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2012-10-25 10:08:04 +0200 |
commit | 76c78361123bb2df835ff68dbb310478b0c90aac (patch) | |
tree | 159afab704bcdb1b2420eec724084dd8814b76d7 /libgcc/config.host | |
parent | 15652f68ab4668a5164c708f18e1248b790203a6 (diff) | |
download | gcc-76c78361123bb2df835ff68dbb310478b0c90aac.zip gcc-76c78361123bb2df835ff68dbb310478b0c90aac.tar.gz gcc-76c78361123bb2df835ff68dbb310478b0c90aac.tar.bz2 |
config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
From-SVN: r192799
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 81f7a36..301c06e 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" |