Commit ad251dfd by Joel Sherrill Committed by Sebastian Huber

[RTEMS] Fix moxie libgcc support

libgcc/

	PR libgcc/70720
	* config.host (moxie-*-rtems*): Merge this stanza with other moxie
	targets so the same extra_parts are built.  Also have tmake_file add
	on to its value rather than override.

From-SVN: r236064
parent 9b6ffe72
2016-05-10 Joel Sherrill <joel@rtems.org>
PR libgcc/70720
* config.host (moxie-*-rtems*): Merge this stanza with other moxie
targets so the same extra_parts are built. Also have tmake_file add
on to its value rather than override.
2016-04-30 Oleg Endo <olegendo@gcc.gnu.org> 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
* config.host: Remove SH5 support. * config.host: Remove SH5 support.
......
...@@ -933,14 +933,9 @@ mmix-knuth-mmixware) ...@@ -933,14 +933,9 @@ mmix-knuth-mmixware)
mn10300-*-*) mn10300-*-*)
tmake_file=t-fdpbit tmake_file=t-fdpbit
;; ;;
moxie-*-elf | moxie-*-moxiebox* | moxie-*-uclinux*) moxie-*-elf | moxie-*-moxiebox* | moxie-*-uclinux* | moxie-*-rtems*)
tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
extra_parts="$extra_parts crti.o crtn.o crtbegin.o crtend.o"
;;
moxie-*-rtems*)
tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp" tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
# Don't use default. extra_parts="$extra_parts crti.o crtn.o crtbegin.o crtend.o"
extra_parts=
;; ;;
msp430*-*-elf) msp430*-*-elf)
tmake_file="$tm_file t-crtstuff t-fdpbit msp430/t-msp430" tmake_file="$tm_file t-crtstuff t-fdpbit msp430/t-msp430"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment