diff mbox

GCC 4.7 and 4.8 PowerPC RTEMS

Message ID 5087C102.2040009@embedded-brains.de
State New
Headers show

Commit Message

Sebastian Huber Oct. 24, 2012, 10:20 a.m. UTC
On 03/09/2012 10:01 AM, Sebastian Huber wrote:
> Hi,
>
> please have a look at the attached patch.  Test suite results for GCC 4.7
>
> http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00986.html
>

This patch is still pending for GCC 4.7 and 4.8.  Can someone please review and 
commit it.  Without this patch the RTEMS PowerPC support is broken.  Thanks.
diff mbox

Patch

2012-03-08  Sebastian Huber  <sebastian.huber@embedded-brains.de>

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

diff --git a/libgcc/config.host b/libgcc/config.host
index 257622a..f6432c5 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -884,7 +884,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*)