aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-25 03:30:23 +0000
committerRalf Corsepius <corsepiu@gcc.gnu.org>2012-10-25 05:30:23 +0200
commit6f28886030623a25a73640e71ae3c5f31b406f70 (patch)
tree8eb842917dceecd673334d1273373710477f0a87
parent926cd61f45f9c722fe2b606fc14b8cfa4b9d1e41 (diff)
downloadgcc-6f28886030623a25a73640e71ae3c5f31b406f70.zip
gcc-6f28886030623a25a73640e71ae3c5f31b406f70.tar.gz
gcc-6f28886030623a25a73640e71ae3c5f31b406f70.tar.bz2
config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file.
2012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de> * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file. From-SVN: r192795
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host2
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 32319cc..fd4b934 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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>
diff --git a/libgcc/config.host b/libgcc/config.host
index b6cccc6..81f7a36 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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*)