summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-04 08:04:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-04 08:04:31 +0000
commit6e0bde6079c018a6dcdf37017ecf83501655a70c (patch)
treeb1d14fa12f36e426272b88e7eb97376488216c85 /contrib
parentNew. (diff)
downloadrtems-6e0bde6079c018a6dcdf37017ecf83501655a70c.tar.bz2
Add newlib-1.15.0.
New GCC snapshot.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/Makefile.am6
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/gcc-sources.add5
2 files changed, 7 insertions, 4 deletions
diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
index b014cddc1e..51cf7775e3 100644
--- a/contrib/crossrpms/rtems4.8/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
@@ -9,9 +9,9 @@ BINUTILS_RPMREL = 1
include ../binutils.am
GCC_VERS = 4.2.0
-GCC_PKGVERS = 4.2-20061114
-GCC_RPMREL = 4
-NEWLIB_VERS = 1.14.0
+GCC_PKGVERS = 4.2-20070102
+GCC_RPMREL = 5
+NEWLIB_VERS = 1.15.0
include ../gcc.am
# ATM, we don't want infos from bleeding edge GCC
GCC_OPTS += --disable-infos
diff --git a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
index 422b7830da..d48a6982d4 100644
--- a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add
@@ -8,7 +8,7 @@ Patch0: gcc-core-4.1.1-rtems-20060909.diff
%endif
%if "%{gcc_version}" == "4.2.0"
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
-Patch0: gcc-core-%{gcc_pkgvers}-rtems4.8-20061115.diff
+Patch0: gcc-core-%{gcc_pkgvers}-rtems4.8-20070104.diff
%endif
%{?_without_sources:NoSource: 0}
@@ -42,5 +42,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-20061109.diff
%endif
+%if "%{newlib_version}" == "1.15.0"
+Patch50: newlib-1.15.0-rtems4.8-20061219.diff
+%endif
%{?_without_sources:NoSource: 50}
%endif