Move to the gcc-4.8 branch until 4.8.1 comes out.

This commit is contained in:
Chris Johns 2013-05-03 07:53:41 +10:00
parent df56f7ee09
commit cd3d3ae4b2

View File

@ -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.
#