summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-11-29 13:38:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-11-29 13:38:44 +0000
commitb5273f01dd6dd87beaf7ff56211162bb8d1d5c22 (patch)
tree0a7f098b5424ea81da5aa20d7033b35c3ac497d2 /contrib
parentBackport from CVS-HEAD/rtems-4.9 (diff)
downloadrtems-b5273f01dd6dd87beaf7ff56211162bb8d1d5c22.tar.bz2
gcc-core-4.2.1-rtems4.8-20071129.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.8/arm/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/arm/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/avr/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/avr/rtems-4.8-avr-rtems4.8-gcc.spec2
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/h8300/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/h8300/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/i386/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/i386/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/m68k/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/m68k/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/mips/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/mips/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/powerpc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/sh/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/sh/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/sparc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/sparc/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/rtems-4.8-tic4x-rtems4.8-gcc.spec2
31 files changed, 40 insertions, 40 deletions
diff --git a/contrib/crossrpms/rtems4.8/arm/Makefile.am b/contrib/crossrpms/rtems4.8/arm/Makefile.am
index 560a8b8dd4..1c1efa692e 100644
--- a/contrib/crossrpms/rtems4.8/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/arm/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/arm/gcc-sources.add b/contrib/crossrpms/rtems4.8/arm/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/arm/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/arm/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec
index 2a11b716e3..905ca8f5f2 100644
--- a/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: arm-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-arm-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/avr/gcc-sources.add b/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
index 0ce198523d..ea42512b1a 100644
--- a/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
@@ -4,7 +4,7 @@ Patch0: gcc-core-4.0.3-rtems-20060822.diff
%endif
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/avr/rtems-4.8-avr-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/avr/rtems-4.8-avr-rtems4.8-gcc.spec
index 9cee550803..ddf8bb3a0b 100644
--- a/contrib/crossrpms/rtems4.8/avr/rtems-4.8-avr-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/avr/rtems-4.8-avr-rtems4.8-gcc.spec
@@ -59,7 +59,7 @@ Patch0: gcc-core-4.0.3-rtems-20060822.diff
%endif
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
index a6d423a077..faa8061f3a 100644
--- a/contrib/crossrpms/rtems4.8/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
diff --git a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec
index 5fb0f854bd..a8ad9783d3 100644
--- a/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: bfin-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-bfin-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
index 3b14a1982c..398b078fcd 100644
--- a/contrib/crossrpms/rtems4.8/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add b/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec
index eda852165d..953729f490 100644
--- a/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: h8300-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-h8300-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/i386/Makefile.am b/contrib/crossrpms/rtems4.8/i386/Makefile.am
index fd26347ce9..1cb28d7da0 100644
--- a/contrib/crossrpms/rtems4.8/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/i386/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/i386/gcc-sources.add b/contrib/crossrpms/rtems4.8/i386/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/i386/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/i386/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec
index dfd0acb0f3..f4be872a84 100644
--- a/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: i386-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-i386-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/m68k/Makefile.am b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
index 747ec22783..60dbf9ea84 100644
--- a/contrib/crossrpms/rtems4.8/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add b/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec
index ad7b6fc97b..9d345f4cde 100644
--- a/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: m68k-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-m68k-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/mips/Makefile.am b/contrib/crossrpms/rtems4.8/mips/Makefile.am
index 09eaf75db0..ee30f59be9 100644
--- a/contrib/crossrpms/rtems4.8/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/mips/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/mips/gcc-sources.add b/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec
index cd9e061489..5d7b0b59b2 100644
--- a/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: mips-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-mips-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
index 72ac593511..5ad459b069 100644
--- a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add
index 118f2b45ef..fcce61f15e 100644
--- a/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec
index 9d4c57a7f2..32c1235840 100644
--- a/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: powerpc-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-powerpc-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am
index 54417f2334..8f4c9eae62 100644
--- a/contrib/crossrpms/rtems4.8/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sh/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/sh/gcc-sources.add b/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec
index dce90fde0a..db1b39ba28 100644
--- a/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: sh-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-sh-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/sparc/Makefile.am b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
index 1e4820dc67..35990043ee 100644
--- a/contrib/crossrpms/rtems4.8/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.1
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 25%{?dist}
+GCC_RPMREL = 26%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add b/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add
index 7983ea74e9..855d628602 100644
--- a/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add
@@ -1,6 +1,6 @@
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec
index 70d6c959d3..505188583e 100644
--- a/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec
@@ -26,7 +26,7 @@ Summary: sparc-rtems4.8 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 25%{?dist}
+Release: 26%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,7 @@ Requires: rtems-4.8-sparc-rtems4.8-newlib = %{newlib_version}-%{release}
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add b/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
index b2e6b49ee0..887d461132 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
@@ -4,7 +4,7 @@ Patch0: gcc-core-3.4.6-rtems4.8-20071111.diff
%endif
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}
diff --git a/contrib/crossrpms/rtems4.8/tic4x/rtems-4.8-tic4x-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/tic4x/rtems-4.8-tic4x-rtems4.8-gcc.spec
index dae3999d77..15eb51947d 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/rtems-4.8-tic4x-rtems4.8-gcc.spec
+++ b/contrib/crossrpms/rtems4.8/tic4x/rtems-4.8-tic4x-rtems4.8-gcc.spec
@@ -59,7 +59,7 @@ Patch0: gcc-core-3.4.6-rtems4.8-20071111.diff
%endif
%if "%{gcc_version}" == "4.2.1"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-4.2.1-rtems4.8-20071111.diff
+Patch0: gcc-core-4.2.1-rtems4.8-20071129.diff
%endif
%{?_without_sources:NoSource: 0}