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 | |
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
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 7655ac83ba7..3f17f3f1769 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> + * config.host (sparc64-*-rtems*): Remove sparc/t-elf. + +2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> + * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts. 2012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de> 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) |