Updated 4.11 tool versions.

This commit is contained in:
Chris Johns 2013-04-30 15:01:30 +10:00
parent 5a546fa0e3
commit a48a4781b6
4 changed files with 71 additions and 3 deletions

View File

@ -0,0 +1,25 @@
#
# Binutils 2.23.
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 2.23.2
#
# Enable deterministic archives by default. This will be the default
# there all tools using this binutils will create deterministic
# archives.
#
%define with_deterministic_archives 1
#
# Include the RTEMS specific patches
#
%include rtems-binutils-patches.cfg
#
# The binutils build instructions. We use 2.xx Release 1.
#
%include %{_configdir}/binutils-2-1.cfg

View File

@ -0,0 +1,27 @@
#
# GCC 4.8.0., Newlib CVS 20130430
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%include %{_configdir}/versions.cfg
%define gcc_version 4.8.0
%define newlib_version 30-April-2013
%define mpfr_version 3.0.1
%define mpc_version 0.8.2
%define gmp_version 5.0.5
%define with_threads 1
%define with_plugin 0
%define with_iconv 1
# Incompatible with Texinfo 5
%if %{__makeinfo_ver} >= 5.0
%error Incomaptible version of makeinfo found!
%endif
#
# The gcc/newlib build instructions. We use 4.8 Release 1.
#
%include %{_configdir}/gcc-4.8-1.cfg

View File

@ -0,0 +1,18 @@
#
# GDB 7.6.
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gdb_version 7.6
#
# RTEMS Build Set patches.
#
%include rtems-gdb-patches.cfg
#
# The gdb build instructions. We use 7.xx Release 1.
#
%include %{_configdir}/gdb-7-1.cfg

View File

@ -13,15 +13,13 @@
#
%ifn %{defined Source0}
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
VersionContro0: git clone git://gcc.gnu.org/git/gcc.git
%endif
#
# Newlib
#
%ifn %{defined Source10}
Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
VersionControl10: cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/src co newlib
Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}
%endif
#