summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/crossrpms/rtems4.11/arm/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/arm/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/avr/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/avr/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/bfin/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/bfin/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/i386/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/i386/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/mips/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/mips/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sh/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/sh/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc64/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add4
28 files changed, 56 insertions, 56 deletions
diff --git a/contrib/crossrpms/rtems4.11/arm/Makefile.am b/contrib/crossrpms/rtems4.11/arm/Makefile.am
index 310b0471f2..36e7eb6929 100644
--- a/contrib/crossrpms/rtems4.11/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/arm/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
diff --git a/contrib/crossrpms/rtems4.11/arm/gcc-sources.add b/contrib/crossrpms/rtems4.11/arm/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/arm/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/arm/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/avr/Makefile.am b/contrib/crossrpms/rtems4.11/avr/Makefile.am
index 4f00229271..29bf0956af 100644
--- a/contrib/crossrpms/rtems4.11/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/avr/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/avr/gcc-sources.add b/contrib/crossrpms/rtems4.11/avr/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/avr/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/avr/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/bfin/Makefile.am b/contrib/crossrpms/rtems4.11/bfin/Makefile.am
index d2fe576834..7215cd5c5f 100644
--- a/contrib/crossrpms/rtems4.11/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/bfin/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/h8300/Makefile.am b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
index 7cd7914cd7..db50b75f47 100644
--- a/contrib/crossrpms/rtems4.11/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add b/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/i386/Makefile.am b/contrib/crossrpms/rtems4.11/i386/Makefile.am
index 7aaf7ce12f..25e642b49b 100644
--- a/contrib/crossrpms/rtems4.11/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/i386/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/i386/gcc-sources.add b/contrib/crossrpms/rtems4.11/i386/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/i386/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/i386/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/lm32/Makefile.am b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
index e97ef486fd..0e2331d714 100644
--- a/contrib/crossrpms/rtems4.11/lm32/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add b/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/m32c/Makefile.am b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
index 99121d8a94..66820491f3 100644
--- a/contrib/crossrpms/rtems4.11/m32c/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add b/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/m32r/Makefile.am b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
index 50c90e94fb..2117a60a62 100644
--- a/contrib/crossrpms/rtems4.11/m32r/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add b/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/m68k/Makefile.am b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
index 228da90e76..5bdb0fe591 100644
--- a/contrib/crossrpms/rtems4.11/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add b/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/mips/Makefile.am b/contrib/crossrpms/rtems4.11/mips/Makefile.am
index 4358d0f523..1146cd5374 100644
--- a/contrib/crossrpms/rtems4.11/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/mips/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/mips/gcc-sources.add b/contrib/crossrpms/rtems4.11/mips/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/mips/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/mips/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
index c9f4d78070..a480237f36 100644
--- a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/sh/Makefile.am b/contrib/crossrpms/rtems4.11/sh/Makefile.am
index ea3e10ef35..4dabd558f8 100644
--- a/contrib/crossrpms/rtems4.11/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sh/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/sh/gcc-sources.add b/contrib/crossrpms/rtems4.11/sh/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/sh/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/sh/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/sparc/Makefile.am b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
index 7673f9ba59..9de1e2cc83 100644
--- a/contrib/crossrpms/rtems4.11/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add b/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
diff --git a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
index 4ebf295e8b..96c0b5c92f 100644
--- a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
@@ -12,8 +12,8 @@ include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.5.2
-GCC_PKGVERS = $(GCC_VERS)-RC-20101208
-GCC_RPMREL = 1
+GCC_PKGVERS = $(GCC_VERS)
+GCC_RPMREL = 2
NEWLIB_VERS = 1.18.0
NEWLIB_PKGVERS = $(NEWLIB_VERS)
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 26`
diff --git a/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add b/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add
index 36a24b1f16..d01a8e2f2f 100644
--- a/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add
@@ -1,5 +1,5 @@
%if "%{gcc_version}" == "4.5.2"
-Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-core-%{gcc_pkgvers}.tar.bz2
+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.2-RC-20101208-rtems4.11-20101210.diff
%endif
%if "%{gcc_version}" == "4.5.1"
@@ -14,7 +14,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4
%if %build_cxx
%if "%{gcc_version}" == "4.5.2"
-Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.2-RC-20101208/gcc-g++-%{gcc_pkgvers}.tar.bz2
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
%endif
%if "%{gcc_version}" == "4.5.1"
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2