From d043ebc2d9600af4ffb9cea61da74df05070b2a4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Sep 2008 22:39:16 +0000 Subject: Sync with rtems-4.10. --- contrib/crossrpms/rtems4.9/i386/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.9/i386/gcc-sources.add | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'contrib/crossrpms/rtems4.9/i386') diff --git a/contrib/crossrpms/rtems4.9/i386/Makefile.am b/contrib/crossrpms/rtems4.9/i386/Makefile.am index 1d2e2e6739..29bb38306f 100644 --- a/contrib/crossrpms/rtems4.9/i386/Makefile.am +++ b/contrib/crossrpms/rtems4.9/i386/Makefile.am @@ -10,9 +10,9 @@ BINUTILS_RPMREL = 4%{?dist} include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.3.1 +GCC_VERS = 4.3.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 13%{?dist} +GCC_RPMREL = 15%{?dist} NEWLIB_VERS = 1.16.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.9/i386/gcc-sources.add b/contrib/crossrpms/rtems4.9/i386/gcc-sources.add index ba0108f28d..314deb614a 100644 --- a/contrib/crossrpms/rtems4.9/i386/gcc-sources.add +++ b/contrib/crossrpms/rtems4.9/i386/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.3.2" +Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.9/gcc-core-4.3.2-rtems4.9-20080828.diff +%endif %if "%{gcc_version}" == "4.3.1" Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.9/gcc-core-4.3.1-rtems4.9-20080628.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.9/gcc-core-4.3.1-rtems4.9-20080 %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.3.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.3.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif -- cgit v1.2.3