summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-12-20 16:11:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-12-20 16:11:34 +0000
commitc55ed1d29456621ac893c34c7d1202de7e33d9a6 (patch)
tree7e26448d7c0f964bb1ca16de410a2c3c4eef80f0 /contrib
parent2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c55ed1d29456621ac893c34c7d1202de7e33d9a6.tar.bz2
Prepare upgrade to newlib-1.16.0.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.9/arm/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/arm/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/avr/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/avr/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/bfin/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/bfin/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/h8300/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/h8300/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/i386/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/i386/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/m68k/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/m68k/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/mips/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/mips/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/powerpc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/powerpc/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/sh/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/sh/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/sparc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/sparc/gcc-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.9/tic4x/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/tic4x/gcc-sources.add4
22 files changed, 44 insertions, 44 deletions
diff --git a/contrib/crossrpms/rtems4.9/arm/Makefile.am b/contrib/crossrpms/rtems4.9/arm/Makefile.am
index 3a64102762..4bf4369dae 100644
--- a/contrib/crossrpms/rtems4.9/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/arm/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/arm/gcc-sources.add b/contrib/crossrpms/rtems4.9/arm/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/arm/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/arm/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/avr/Makefile.am b/contrib/crossrpms/rtems4.9/avr/Makefile.am
index 53ccca8d9f..dbac2930f9 100644
--- a/contrib/crossrpms/rtems4.9/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/avr/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.0.4
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 3%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 4%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GDB_VERS = 6.7.1
diff --git a/contrib/crossrpms/rtems4.9/avr/gcc-sources.add b/contrib/crossrpms/rtems4.9/avr/gcc-sources.add
index 4b8e83bea4..31ba0380cf 100644
--- a/contrib/crossrpms/rtems4.9/avr/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/avr/gcc-sources.add
@@ -35,8 +35,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/bfin/Makefile.am b/contrib/crossrpms/rtems4.9/bfin/Makefile.am
index f9dab6a19e..fbe9efae16 100644
--- a/contrib/crossrpms/rtems4.9/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/bfin/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GDB_VERS = 6.5
diff --git a/contrib/crossrpms/rtems4.9/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.9/bfin/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/bfin/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/bfin/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/h8300/Makefile.am b/contrib/crossrpms/rtems4.9/h8300/Makefile.am
index 692dc947d1..14104343f9 100644
--- a/contrib/crossrpms/rtems4.9/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/h8300/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add b/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/h8300/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/i386/Makefile.am b/contrib/crossrpms/rtems4.9/i386/Makefile.am
index ae10627618..2b8b496f88 100644
--- a/contrib/crossrpms/rtems4.9/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/i386/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/i386/gcc-sources.add b/contrib/crossrpms/rtems4.9/i386/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/i386/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/i386/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/m68k/Makefile.am b/contrib/crossrpms/rtems4.9/m68k/Makefile.am
index ddbf264a24..82aaa64c5f 100644
--- a/contrib/crossrpms/rtems4.9/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/m68k/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/m68k/gcc-sources.add b/contrib/crossrpms/rtems4.9/m68k/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/m68k/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/m68k/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/mips/Makefile.am b/contrib/crossrpms/rtems4.9/mips/Makefile.am
index fb4952db63..2af7fbf567 100644
--- a/contrib/crossrpms/rtems4.9/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/mips/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/mips/gcc-sources.add b/contrib/crossrpms/rtems4.9/mips/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/mips/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/mips/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/powerpc/Makefile.am b/contrib/crossrpms/rtems4.9/powerpc/Makefile.am
index 287e5958e3..4f9b93a700 100644
--- a/contrib/crossrpms/rtems4.9/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/powerpc/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.9/powerpc/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/powerpc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/powerpc/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/sh/Makefile.am b/contrib/crossrpms/rtems4.9/sh/Makefile.am
index a69af34a70..5c90fd31ad 100644
--- a/contrib/crossrpms/rtems4.9/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/sh/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/sh/gcc-sources.add b/contrib/crossrpms/rtems4.9/sh/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/sh/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/sh/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/sparc/Makefile.am b/contrib/crossrpms/rtems4.9/sparc/Makefile.am
index 61ed35c3c7..1edad8a398 100644
--- a/contrib/crossrpms/rtems4.9/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/sparc/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 4.2.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 5%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 6%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.9/sparc/gcc-sources.add b/contrib/crossrpms/rtems4.9/sparc/gcc-sources.add
index 6f444f7963..d4f8640ab4 100644
--- a/contrib/crossrpms/rtems4.9/sparc/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/sparc/gcc-sources.add
@@ -34,8 +34,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.9/tic4x/Makefile.am b/contrib/crossrpms/rtems4.9/tic4x/Makefile.am
index 5b02ac32cb..a5fa65f0f9 100644
--- a/contrib/crossrpms/rtems4.9/tic4x/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/tic4x/Makefile.am
@@ -12,8 +12,8 @@ BINUTILS_OPTS +=
GCC_VERS = 3.4.6
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 4%{?dist}
-NEWLIB_VERS = 1.15.0
+GCC_RPMREL = 5%{?dist}
+NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS +=
diff --git a/contrib/crossrpms/rtems4.9/tic4x/gcc-sources.add b/contrib/crossrpms/rtems4.9/tic4x/gcc-sources.add
index 628c1a4b9a..20bba6067f 100644
--- a/contrib/crossrpms/rtems4.9/tic4x/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.9/tic4x/gcc-sources.add
@@ -35,8 +35,8 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%endif
%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-20070804.diff
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20071220.diff
%endif
%{?_without_sources:NoSource: 50}
%endif