summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-04 12:52:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-04 12:52:40 +0000
commit598e03571b9f5e4bb4423146fbe1f138f5f97f6a (patch)
tree973b595c0bb3c11b4b8082c0848789c36fa47372 /contrib
parentAdd newlib-1.15.0. (diff)
downloadrtems-598e03571b9f5e4bb4423146fbe1f138f5f97f6a.tar.bz2
Add support for newlib-1.15.0
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.8/avr/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.8/avr/gcc-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add3
4 files changed, 10 insertions, 4 deletions
diff --git a/contrib/crossrpms/rtems4.8/avr/Makefile.am b/contrib/crossrpms/rtems4.8/avr/Makefile.am
index ffc5d2b7c7..00285b2af9 100644
--- a/contrib/crossrpms/rtems4.8/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/avr/Makefile.am
@@ -10,8 +10,8 @@ include ../binutils.am
GCC_VERS = 4.0.3
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
-NEWLIB_VERS = 1.14.0
+GCC_RPMREL = 3
+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 01c9f3d19a..97f4a65c7f 100644
--- a/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/avr/gcc-sources.add
@@ -37,5 +37,8 @@ Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.14.0"
Patch50: newlib-1.14.0-rtems4.8-20061027.diff
%endif
+%if "%{newlib_version}" == "1.15.0"
+Patch50: newlib-1.15.0-rtems4.8-20061219.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 d1a92ff0db..f24ffb21ff 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
@@ -10,8 +10,8 @@ include ../binutils.am
GCC_VERS = 3.4.6
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
-NEWLIB_VERS = 1.14.0
+GCC_RPMREL = 3
+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 01c9f3d19a..97f4a65c7f 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/tic4x/gcc-sources.add
@@ -37,5 +37,8 @@ Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.14.0"
Patch50: newlib-1.14.0-rtems4.8-20061027.diff
%endif
+%if "%{newlib_version}" == "1.15.0"
+Patch50: newlib-1.15.0-rtems4.8-20061219.diff
+%endif
%{?_without_sources:NoSource: 50}
%endif