]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file.
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Thu, 25 Oct 2012 03:30:23 +0000 (03:30 +0000)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Thu, 25 Oct 2012 03:30:23 +0000 (05:30 +0200)
2012-10-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>

* config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
tmake_file.

From-SVN: r192795

libgcc/ChangeLog
libgcc/config.host

index 32319cc932e17a504d679d2c5226d80b8aa15f9f..fd4b9346e2bbe9f2d6e4dfe582461c73bc93ceb5 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
+       tmake_file.
+
 2012-10-23  Ian Bolton  <ian.bolton@arm.com>
            Jim MacArthur  <jim.macarthur@arm.com>
            Marcus Shawcroft  <marcus.shawcroft@arm.com>
index b6cccc67843b5eeea9715b76eefaa3c32541765f..81f7a36f15802070ff5df8bf212d9d06e829a625 100644 (file)
@@ -887,7 +887,7 @@ powerpc-*-eabi*)
        extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
        ;;
 powerpc-*-rtems*)
-       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
+       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
        extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
        ;;
 powerpc-*-linux* | powerpc64-*-linux*)