summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.10/bfin
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 07:00:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 07:00:55 +0000
commit8ffd16bba4bd315367ede5e6bdbcd48a9b3104d0 (patch)
tree2c9510d6e1e8a120a8e4dbf2283c1124f3e03dfd /contrib/crossrpms/rtems4.10/bfin
parentMingw32 update. (diff)
downloadrtems-8ffd16bba4bd315367ede5e6bdbcd48a9b3104d0.tar.bz2
newlib-1.17.0
Diffstat (limited to 'contrib/crossrpms/rtems4.10/bfin')
-rw-r--r--contrib/crossrpms/rtems4.10/bfin/Makefile.am6
-rw-r--r--contrib/crossrpms/rtems4.10/bfin/gcc-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-binutils.spec2
-rw-r--r--contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec10
-rw-r--r--contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec2
5 files changed, 11 insertions, 11 deletions
diff --git a/contrib/crossrpms/rtems4.10/bfin/Makefile.am b/contrib/crossrpms/rtems4.10/bfin/Makefile.am
index 64d7e5cd51..b0c03779cb 100644
--- a/contrib/crossrpms/rtems4.10/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.10/bfin/Makefile.am
@@ -12,9 +12,9 @@ BINUTILS_OPTS +=
GCC_VERS = 4.3.2
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 19%{?dist}
-NEWLIB_VERS = 1.16.0
-NEWLIB_PKGVERS = $(NEWLIB_VERS).cvs.20081216
+GCC_RPMREL = 20%{?dist}
+NEWLIB_VERS = 1.17.0
+NEWLIB_PKGVERS = $(NEWLIB_VERS)
include ../gcc.am
GCC_OPTS += --languages=cxx
diff --git a/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add
index bb09e04665..4b81bff685 100644
--- a/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add
@@ -34,7 +34,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
%if "%{newlib_version}" == "1.16.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-%{newlib_pkgvers}-rtems4.10-20081216.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-%{newlib_pkgvers}-rtems4.10-20081223.diff
%endif
%{?_without_sources:NoSource: 50}
%endif
diff --git a/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-binutils.spec b/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-binutils.spec
index 2612318ee4..ca11c0ee37 100644
--- a/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-binutils.spec
+++ b/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-binutils.spec
@@ -21,6 +21,7 @@
%ifos cygwin cygwin32 mingw mingw32
%define _exeext .exe
+%define debug_package %{nil}
%else
%define _exeext %{nil}
%endif
@@ -28,7 +29,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
-%define debug_package %{nil}
%endif
%if "%{_build}" != "%{_host}"
diff --git a/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec b/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec
index b14200cd42..74b1221d2e 100644
--- a/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec
+++ b/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec
@@ -21,6 +21,7 @@
%ifos cygwin cygwin32 mingw mingw32
%define _exeext .exe
+%define debug_package %{nil}
%else
%define _exeext %{nil}
%endif
@@ -28,7 +29,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
-%define debug_package %{nil}
%endif
%if "%{_build}" != "%{_host}"
@@ -42,8 +42,8 @@
%define gcc_version 4.3.2
%define gcc_rpmvers %{expand:%(echo "4.3.2" | tr - _ )}
-%define newlib_pkgvers 1.16.0.cvs.20081216
-%define newlib_version 1.16.0
+%define newlib_pkgvers 1.17.0
+%define newlib_version 1.17.0
%define gccnewlib_version gcc%{gcc_version}newlib%{newlib_version}
%define mpfr_version 2.3.1
@@ -53,7 +53,7 @@ Summary: bfin-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
-Release: 19%{?dist}
+Release: 20%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -118,7 +118,7 @@ Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
%if "%{newlib_version}" == "1.16.0"
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-%{newlib_pkgvers}-rtems4.10-20081216.diff
+Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-%{newlib_pkgvers}-rtems4.10-20081223.diff
%endif
%{?_without_sources:NoSource: 50}
diff --git a/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec b/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec
index 676d131583..ae8efe3e32 100644
--- a/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec
+++ b/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec
@@ -21,6 +21,7 @@
%ifos cygwin cygwin32 mingw mingw32
%define _exeext .exe
+%define debug_package %{nil}
%else
%define _exeext %{nil}
%endif
@@ -28,7 +29,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
-%define debug_package %{nil}
%endif
%if "%{_build}" != "%{_host}"