From fa42c489de55da5a5e1b28867ca4863b4d2f4692 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 28 Jul 2014 04:36:29 +0000 Subject: Add missing change from moxiebox patch posted earlier today. From-SVN: r213108 --- libgcc/config.host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgcc') diff --git a/libgcc/config.host b/libgcc/config.host index 5f13a9f..54fe538 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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" -- cgit v1.1