Add missing change from moxiebox patch posted earlier today.

From-SVN: r213108
This commit is contained in:
Anthony Green 2014-07-28 04:36:29 +00:00
parent 24438e8965
commit fa42c489de

View File

@ -881,9 +881,9 @@ mmix-knuth-mmixware)
mn10300-*-*)
tmake_file=t-fdpbit
;;
moxie-*-elf | moxie-*-uclinux*)
moxie-*-elf | moxie-*-moxiebox* | moxie-*-uclinux*)
tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
extra_parts="$extra_parts crti.o crtn.o"
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"