summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.8/sh
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 11:49:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-02 11:49:35 +0000
commit5ebd935114d695e78297b6c405957df5489d4cd2 (patch)
tree16136e48bd2ec38166166cb4bcbe9f2d537cfa44 /contrib/crossrpms/rtems4.8/sh
parentNew. (diff)
downloadrtems-5ebd935114d695e78297b6c405957df5489d4cd2.tar.bz2
Upgrade to newlib-1.15.0
Diffstat (limited to 'contrib/crossrpms/rtems4.8/sh')
-rw-r--r--contrib/crossrpms/rtems4.8/sh/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.8/sh/gcc-sources.add5
2 files changed, 6 insertions, 3 deletions
diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am
index 9ef05fed71..532dcdbd2e 100644
--- a/contrib/crossrpms/rtems4.8/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sh/Makefile.am
@@ -10,8 +10,8 @@ include ../binutils.am
GCC_VERS = 4.1.1
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 += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.8/sh/gcc-sources.add b/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
index 01c9f3d19a..65c1ff43e6 100644
--- a/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/sh/gcc-sources.add
@@ -3,7 +3,7 @@ Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.t
Patch0: gcc-core-4.0.3-rtems-20060822.diff
%endif
%if "%{gcc_version}" == "4.1.1"
-Patch0: gcc-core-4.1.1-rtems-20060909.diff
+Patch0: gcc-core-4.1.1-rtems4.8-20070102.diff
%endif
%{?_without_sources:NoSource: 0}
@@ -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