From b85a6f5501987a64d1bb2ca9b570f4c184f53109 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Oct 2009 04:17:52 +0000 Subject: Preps for gcc-4.4.2. --- contrib/crossrpms/rtems4.10/arm/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/arm/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/avr/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/avr/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/bfin/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/bfin/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/h8300/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/h8300/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/i386/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/i386/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/lm32/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/lm32/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/m32c/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/m32c/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/m32r/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/m32r/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/m68k/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/m68k/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/mips/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/mips/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/powerpc/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/sh/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/sh/gcc-sources.add | 9 ++++++++- contrib/crossrpms/rtems4.10/sparc/Makefile.am | 8 ++++---- contrib/crossrpms/rtems4.10/sparc/gcc-sources.add | 9 ++++++++- 26 files changed, 156 insertions(+), 65 deletions(-) (limited to 'contrib/crossrpms') diff --git a/contrib/crossrpms/rtems4.10/arm/Makefile.am b/contrib/crossrpms/rtems4.10/arm/Makefile.am index 383710312c..797e75259c 100644 --- a/contrib/crossrpms/rtems4.10/arm/Makefile.am +++ b/contrib/crossrpms/rtems4.10/arm/Makefile.am @@ -10,13 +10,13 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/arm/gcc-sources.add b/contrib/crossrpms/rtems4.10/arm/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/arm/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/arm/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/avr/Makefile.am b/contrib/crossrpms/rtems4.10/avr/Makefile.am index e40634ed3d..8620fe2f18 100644 --- a/contrib/crossrpms/rtems4.10/avr/Makefile.am +++ b/contrib/crossrpms/rtems4.10/avr/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += diff --git a/contrib/crossrpms/rtems4.10/avr/gcc-sources.add b/contrib/crossrpms/rtems4.10/avr/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/avr/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/avr/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/bfin/Makefile.am b/contrib/crossrpms/rtems4.10/bfin/Makefile.am index 2f55e87fb9..0999dae7c0 100644 --- a/contrib/crossrpms/rtems4.10/bfin/Makefile.am +++ b/contrib/crossrpms/rtems4.10/bfin/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/h8300/Makefile.am b/contrib/crossrpms/rtems4.10/h8300/Makefile.am index 3e0c389182..6199f1fe1d 100644 --- a/contrib/crossrpms/rtems4.10/h8300/Makefile.am +++ b/contrib/crossrpms/rtems4.10/h8300/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add b/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/i386/Makefile.am b/contrib/crossrpms/rtems4.10/i386/Makefile.am index d6be4da7dc..7494d97a0e 100644 --- a/contrib/crossrpms/rtems4.10/i386/Makefile.am +++ b/contrib/crossrpms/rtems4.10/i386/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/i386/gcc-sources.add b/contrib/crossrpms/rtems4.10/i386/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/i386/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/i386/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/lm32/Makefile.am b/contrib/crossrpms/rtems4.10/lm32/Makefile.am index 72986762f2..0b078edce5 100644 --- a/contrib/crossrpms/rtems4.10/lm32/Makefile.am +++ b/contrib/crossrpms/rtems4.10/lm32/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add b/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/m32c/Makefile.am b/contrib/crossrpms/rtems4.10/m32c/Makefile.am index d6e90d901d..9d5bf7a17c 100644 --- a/contrib/crossrpms/rtems4.10/m32c/Makefile.am +++ b/contrib/crossrpms/rtems4.10/m32c/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += diff --git a/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add b/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/m32r/Makefile.am b/contrib/crossrpms/rtems4.10/m32r/Makefile.am index 27ffc9cd66..5a8f97407d 100644 --- a/contrib/crossrpms/rtems4.10/m32r/Makefile.am +++ b/contrib/crossrpms/rtems4.10/m32r/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += diff --git a/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add b/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/m68k/Makefile.am b/contrib/crossrpms/rtems4.10/m68k/Makefile.am index 1a2ca5635e..2269d8d39a 100644 --- a/contrib/crossrpms/rtems4.10/m68k/Makefile.am +++ b/contrib/crossrpms/rtems4.10/m68k/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add b/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/mips/Makefile.am b/contrib/crossrpms/rtems4.10/mips/Makefile.am index 145982e4bd..1a1110c7d8 100644 --- a/contrib/crossrpms/rtems4.10/mips/Makefile.am +++ b/contrib/crossrpms/rtems4.10/mips/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/mips/gcc-sources.add b/contrib/crossrpms/rtems4.10/mips/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/mips/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/mips/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/powerpc/Makefile.am b/contrib/crossrpms/rtems4.10/powerpc/Makefile.am index 27408d7c02..010eb78ffb 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/Makefile.am +++ b/contrib/crossrpms/rtems4.10/powerpc/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/sh/Makefile.am b/contrib/crossrpms/rtems4.10/sh/Makefile.am index 47af6dc091..d31651e79c 100644 --- a/contrib/crossrpms/rtems4.10/sh/Makefile.am +++ b/contrib/crossrpms/rtems4.10/sh/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/sh/gcc-sources.add b/contrib/crossrpms/rtems4.10/sh/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/sh/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/sh/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.10/sparc/Makefile.am b/contrib/crossrpms/rtems4.10/sparc/Makefile.am index 5103b1e5de..d2e27c3be2 100644 --- a/contrib/crossrpms/rtems4.10/sparc/Makefile.am +++ b/contrib/crossrpms/rtems4.10/sparc/Makefile.am @@ -10,12 +10,12 @@ BINUTILS_RPMREL = 1 include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.4.1 -GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 18 +GCC_VERS = 4.4.2 +GCC_PKGVERS = $(GCC_VERS)-RC-20091008 +GCC_RPMREL = 1 NEWLIB_VERS = 1.17.0 NEWLIB_PKGVERS = $(NEWLIB_VERS) -NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)` +NEWLIB_RPMREL = `expr 58 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add b/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add index 8e59e13cd7..051a633408 100644 --- a/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add @@ -1,3 +1,7 @@ +%if "%{gcc_version}" == "4.4.2" +Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20091009.diff +%endif %if "%{gcc_version}" == "4.4.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.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090820.diff @@ -5,6 +9,9 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtem %{?_without_sources:NoSource: 0} %if %build_cxx +%if "%{gcc_version}" == "4.4.2" +Source1: ftp://ftp.gnu.org/pub/gnu/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 +%endif %if "%{gcc_version}" == "4.4.1" Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 %endif @@ -34,7 +41,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta %if %build_newlib %if "%{newlib_version}" == "1.17.0" Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz -Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20090922.diff +Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.17.0-rtems4.10-20091009.diff %endif %{?_without_sources:NoSource: 50} %endif -- cgit v1.2.3