diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-25 12:06:06 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-25 12:06:06 +0000 |
commit | 00b706f993db56aa0be16c9ea42f60c361f22f18 (patch) | |
tree | dd5beaa2f2c04c445ac08cc95c1aee8fda5906d1 /libgcc/config.host | |
parent | b74146ca670569bad469d775f99d9f13591d03ac (diff) | |
download | gcc-00b706f993db56aa0be16c9ea42f60c361f22f18.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@192805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 301c06ec658..863b3c9f987 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1053,7 +1053,7 @@ sparc64-*-elf*) extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc64-*-rtems*) - tmake_file="$tmake_file sparc/t-elf t-crtfm" + tmake_file="$tmake_file t-crtfm" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc-wrs-vxworks) |