Add missing change from moxiebox patch posted earlier today.
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2014 04:36:29 +0000 (04:36 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2014 04:36:29 +0000 (04:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213108 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/config.host

index 5f13a9f..54fe538 100644 (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"