From: Sebastian Huber Date: Thu, 25 Oct 2012 03:30:23 +0000 (+0000) Subject: config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file. X-Git-Tag: releases/gcc-4.8.0~2560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f28886030623a25a73640e71ae3c5f31b406f70;p=thirdparty%2Fgcc.git config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file. 2012-10-25 Sebastian Huber * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file. From-SVN: r192795 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 32319cc932e1..fd4b9346e2bb 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2012-10-25 Sebastian Huber + + * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to + tmake_file. + 2012-10-23 Ian Bolton Jim MacArthur Marcus Shawcroft diff --git a/libgcc/config.host b/libgcc/config.host index b6cccc67843b..81f7a36f1580 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*)