summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-14 03:46:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-14 03:46:10 +0000
commitf8518873eca1e699744a2ef7b7c4bfb094bfc24c (patch)
tree073c7a37e87f87b41671e45d4d3aa808f13f6c13 /contrib
parentAdd CLOCK_MONOTONIC. (diff)
downloadrtems-f8518873eca1e699744a2ef7b7c4bfb094bfc24c.tar.bz2
Update to newlib-1.15.0-rtems4.8-20070413.diff
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/avr/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/avr/gcc-sources.add2
-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/h8300/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/h8300/gcc-sources.add2
-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/m68k/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/m68k/gcc-sources.add2
-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/powerpc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add2
-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/sparc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/sparc/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add2
22 files changed, 22 insertions, 22 deletions
diff --git a/contrib/crossrpms/rtems4.8/arm/Makefile.am b/contrib/crossrpms/rtems4.8/arm/Makefile.am
index 7f4e99b51d..e8a1bd637d 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 11
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 b7b89319ac..b256f2820d 100644
--- a/contrib/crossrpms/rtems4.8/arm/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/arm/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/avr/Makefile.am b/contrib/crossrpms/rtems4.8/avr/Makefile.am
index 6f7b41147d..b9fc290201 100644
--- a/contrib/crossrpms/rtems4.8/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/avr/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 4.0.3
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 8
+GCC_RPMREL = 9
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --disable-infos
diff --git a/contrib/crossrpms/rtems4.8/avr/gcc-sources.add b/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
index 4b4dad69a9..800a69be47 100644
--- a/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
@@ -35,7 +35,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
index f2d054a0a0..784cc27d31 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.0
GCC_PKGVERS = 4.2-20070221
-GCC_RPMREL = 11
+GCC_RPMREL = 12
NEWLIB_VERS = 1.15.0
include ../gcc.am
# ATM, we don't want infos from bleeding edge GCC
diff --git a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
index 7584b6de00..76064f1ffc 100644
--- a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
@@ -40,7 +40,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
index 4f1fc744e3..f858109f8a 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 11
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 b7b89319ac..b256f2820d 100644
--- a/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/i386/Makefile.am b/contrib/crossrpms/rtems4.8/i386/Makefile.am
index b8489b71c0..163dae427f 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 11
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 b7b89319ac..b256f2820d 100644
--- a/contrib/crossrpms/rtems4.8/i386/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/i386/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/m68k/Makefile.am b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
index 4a88bb623a..0266b61a4b 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 11
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 b7b89319ac..b256f2820d 100644
--- a/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/mips/Makefile.am b/contrib/crossrpms/rtems4.8/mips/Makefile.am
index 67721f319d..8cc79046c2 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 10
+GCC_RPMREL = 11
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 4b826c4fcc..0abfe0162c 100644
--- a/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
index 51c10ebdfd..b76e0bf43a 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 11
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 b7b89319ac..b256f2820d 100644
--- a/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am
index 6377f0e8eb..22adf786c6 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 11
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 b7b89319ac..b256f2820d 100644
--- a/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/sparc/Makefile.am b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
index 76df3cfd31..10fc42eafa 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.1.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 11
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 b7b89319ac..b256f2820d 100644
--- a/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add
@@ -38,7 +38,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
index c6daeeb1b9..bbf614857d 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
GCC_VERS = 3.4.6
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 8
+GCC_RPMREL = 9
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add b/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
index 4b4dad69a9..800a69be47 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
@@ -35,7 +35,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20070316.diff
+Patch50: newlib-1.15.0-rtems4.8-20070413.diff
%endif
%{?_without_sources:NoSource: 50}
%endif