summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-07-26 09:41:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-07-26 09:41:53 +0000
commit935b8ee9aac2985408f95c272d7f9b0cf14d9d16 (patch)
tree476912028157c03bdbeda070da6158784e670eb2 /contrib
parent2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-935b8ee9aac2985408f95c272d7f9b0cf14d9d16.tar.bz2
Upgrade to gcc-4.5.1-RC-20100722.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.11/arm/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/arm/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/avr/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/avr/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/bfin/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/bfin/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/i386/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/i386/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/mips/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/mips/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/sh/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/sh/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/gcc-sources.add7
-rw-r--r--contrib/crossrpms/rtems4.11/sparc64/Makefile.am8
-rw-r--r--contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add7
28 files changed, 154 insertions, 56 deletions
diff --git a/contrib/crossrpms/rtems4.11/arm/Makefile.am b/contrib/crossrpms/rtems4.11/arm/Makefile.am
index d3d63f6d5d..610decf2f6 100644
--- a/contrib/crossrpms/rtems4.11/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/arm/Makefile.am
@@ -11,13 +11,13 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/arm/gcc-sources.add b/contrib/crossrpms/rtems4.11/arm/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/arm/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/arm/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/avr/Makefile.am b/contrib/crossrpms/rtems4.11/avr/Makefile.am
index 3fae6040b9..e5d0e84f00 100644
--- a/contrib/crossrpms/rtems4.11/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/avr/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/avr/gcc-sources.add b/contrib/crossrpms/rtems4.11/avr/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/avr/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/avr/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/bfin/Makefile.am b/contrib/crossrpms/rtems4.11/bfin/Makefile.am
index f810d2729d..454558ab0f 100644
--- a/contrib/crossrpms/rtems4.11/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/bfin/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/h8300/Makefile.am b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
index 0d94c14cdc..48272a667a 100644
--- a/contrib/crossrpms/rtems4.11/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add b/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/i386/Makefile.am b/contrib/crossrpms/rtems4.11/i386/Makefile.am
index 7c53d9343a..8bd61265bc 100644
--- a/contrib/crossrpms/rtems4.11/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/i386/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/i386/gcc-sources.add b/contrib/crossrpms/rtems4.11/i386/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/i386/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/i386/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/lm32/Makefile.am b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
index 30b44eab25..8b0f311965 100644
--- a/contrib/crossrpms/rtems4.11/lm32/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add b/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/m32c/Makefile.am b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
index e2e04acdbf..66e2c682ad 100644
--- a/contrib/crossrpms/rtems4.11/m32c/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add b/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/m32r/Makefile.am b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
index 35532c6b23..1ddd44e1b7 100644
--- a/contrib/crossrpms/rtems4.11/m32r/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add b/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/m68k/Makefile.am b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
index c5576b9844..8e99d7d98c 100644
--- a/contrib/crossrpms/rtems4.11/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add b/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/mips/Makefile.am b/contrib/crossrpms/rtems4.11/mips/Makefile.am
index 64be989e86..11b29a3d99 100644
--- a/contrib/crossrpms/rtems4.11/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/mips/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/mips/gcc-sources.add b/contrib/crossrpms/rtems4.11/mips/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/mips/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/mips/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
index 527c7423a5..a4b5254df1 100644
--- a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/sh/Makefile.am b/contrib/crossrpms/rtems4.11/sh/Makefile.am
index 522104b840..98504bc322 100644
--- a/contrib/crossrpms/rtems4.11/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sh/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/sh/gcc-sources.add b/contrib/crossrpms/rtems4.11/sh/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/sh/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/sh/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/sparc/Makefile.am b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
index 890c9b1f0b..9736859cb7 100644
--- a/contrib/crossrpms/rtems4.11/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add b/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
diff --git a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
index 4452e7feb5..f96a3876b1 100644
--- a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.5.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 15
+GCC_VERS = 4.5.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20100722
+GCC_RPMREL = 1
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL)`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add b/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add
index b532a39db3..12acbd4738 100644
--- a/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add
@@ -1,3 +1,7 @@
+%if "%{gcc_version}" == "4.5.1"
+Source0: ftp://gnu.gcc.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.1-rtems4.11-20100726.diff
+%endif
%if "%{gcc_version}" == "4.5.0"
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
@@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%{?_without_sources:NoSource: 0}
%if %build_cxx
+%if "%{gcc_version}" == "4.5.1"
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
%if "%{gcc_version}" == "4.5.0"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif