]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[RTEMS] Fix moxie libgcc support
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Tue, 17 May 2016 06:22:28 +0000 (06:22 +0000)
committerSebastian Huber <sh@gcc.gnu.org>
Tue, 17 May 2016 06:22:28 +0000 (06:22 +0000)
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

libgcc/ChangeLog
libgcc/config.host

index b8fedcc2f824319da1630118929e95276293a86c..418523c74cfb9b0547e336a27567c35fb961531d 100644 (file)
@@ -1,3 +1,13 @@
+2016-05-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       Backport from mainline
+       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-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        Backport from mainline
index f4a742872937924209ff593bb1d18b4d0362e6ca..e4e2234ee03dee55aeb85bd77118d7ff2fd76669 100644 (file)
@@ -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"