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: r192805
This commit is contained in:
Ralf Corsepius 2012-10-25 14:06:06 +02:00 committed by Ralf Corsepius
parent 9c370032cf
commit 43a8f1a1c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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> 2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts. * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.

View File

@ -1053,7 +1053,7 @@ sparc64-*-elf*)
extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
;; ;;
sparc64-*-rtems*) 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" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
;; ;;
sparc-wrs-vxworks) sparc-wrs-vxworks)