summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.8/sh
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/crossrpms/rtems4.8/sh
parentAdd CLOCK_MONOTONIC. (diff)
downloadrtems-f8518873eca1e699744a2ef7b7c4bfb094bfc24c.tar.bz2
Update to newlib-1.15.0-rtems4.8-20070413.diff
Diffstat (limited to 'contrib/crossrpms/rtems4.8/sh')
-rw-r--r--contrib/crossrpms/rtems4.8/sh/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/sh/gcc-sources.add2
2 files changed, 2 insertions, 2 deletions
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