From cd3d3ae4b2ca2ce62a6543e27372a67ec3927623 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 3 May 2013 07:53:41 +1000 Subject: [PATCH] Move to the gcc-4.8 branch until 4.8.1 comes out. --- rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg b/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg index 924eea4..a10f0ad 100644 --- a/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg +++ b/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg @@ -16,11 +16,21 @@ %define with_plugin 0 %define with_iconv 1 +# +# Manage RTEMS patches +# +%include rtems-gcc-patches.cfg + # Incompatible with Texinfo 5 %if %{__makeinfo_ver} >= 5.0 %error Incomaptible version of makeinfo found! %endif +# +# Use the 4.8.0 branch. It has needed bug fixes. +# +Source0: git://gcc.gnu.org/git/gcc.git?branch=master?pull?reset=hard?branch=gcc-4_8-branch + # # The gcc/newlib build instructions. We use 4.8 Release 1. #