From: Sebastian Huber Date: Tue, 17 May 2016 06:22:28 +0000 (+0000) Subject: [RTEMS] Fix moxie libgcc support X-Git-Tag: releases/gcc-4.9.4~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d57f07e3b1131fdc1bc25b2baf67b33143af1b5;p=thirdparty%2Fgcc.git [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: r236309 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b8fedcc2f824..418523c74cfb 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,13 @@ +2016-05-17 Sebastian Huber + + Backport from mainline + 2016-05-10 Joel Sherrill + + 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-03-21 Rainer Orth Backport from mainline diff --git a/libgcc/config.host b/libgcc/config.host index f4a742872937..e4e2234ee03d 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -867,14 +867,9 @@ mmix-knuth-mmixware) mn10300-*-*) tmake_file=t-fdpbit ;; -moxie-*-elf | moxie-*-uclinux*) - tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp" - extra_parts="$extra_parts crti.o crtn.o" - ;; -moxie-*-rtems*) +moxie-*-elf | moxie-*-uclinux* | moxie-*-rtems*) tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp" - # Don't use default. - extra_parts= + extra_parts="$extra_parts crti.o crtn.o" ;; msp430*-*-elf) tmake_file="$tm_file t-crtstuff t-fdpbit msp430/t-msp430"