From 8ffd16bba4bd315367ede5e6bdbcd48a9b3104d0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Dec 2008 07:00:55 +0000 Subject: newlib-1.17.0 --- contrib/crossrpms/rtems4.10/powerpc/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add | 2 +- .../rtems-4.10-powerpc-rtems4.10-binutils.spec | 2 +- .../powerpc/rtems-4.10-powerpc-rtems4.10-cpukit.spec | 20 ++++++++++++++++---- .../powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec | 10 +++++----- .../powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec | 2 +- 6 files changed, 27 insertions(+), 15 deletions(-) (limited to 'contrib/crossrpms/rtems4.10/powerpc') diff --git a/contrib/crossrpms/rtems4.10/powerpc/Makefile.am b/contrib/crossrpms/rtems4.10/powerpc/Makefile.am index 58df885e26..ba6eb8df73 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/Makefile.am +++ b/contrib/crossrpms/rtems4.10/powerpc/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/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add index bb09e04665..4b81bff685 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add +++ b/contrib/crossrpms/rtems4.10/powerpc/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/powerpc/rtems-4.10-powerpc-rtems4.10-binutils.spec b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-binutils.spec index 0318d52f4b..d589c111c6 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-binutils.spec +++ b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-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/powerpc/rtems-4.10-powerpc-rtems4.10-cpukit.spec b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-cpukit.spec index 91a62ebc8e..3c6ccc60ca 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-cpukit.spec +++ b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-cpukit.spec @@ -3,12 +3,25 @@ # http://www.rtems.org/bugzilla # -%define _prefix /opt/rtems-4.10 -%define _infodir %{_prefix}/info -%define _mandir %{_prefix}/man +%define _prefix /opt/rtems-4.10 +%define _exec_prefix %{_prefix} +%define _bindir %{_exec_prefix}/bin +%define _sbindir %{_exec_prefix}/sbin +%define _libexecdir %{_exec_prefix}/libexec +%define _datarootdir %{_prefix}/share +%define _datadir %{_datarootdir} +%define _sysconfdir %{_prefix}/etc +%define _sharedstatedir %{_prefix}/com +%define _localstatedir %{_prefix}/var +%define _includedir %{_prefix}/include +%define _libdir %{_exec_prefix}/%{_lib} +%define _mandir %{_datarootdir}/man +%define _infodir %{_datarootdir}/info +%define _localedir %{_datarootdir}/locale %ifos cygwin cygwin32 mingw mingw32 %define _exeext .exe +%define debug_package %{nil} %else %define _exeext %{nil} %endif @@ -16,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/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec index 7de2c5e925..54a6e9c7f8 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec +++ b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-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: powerpc-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/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec index 43568fd6f0..8879829c2a 100644 --- a/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec +++ b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-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}" -- cgit v1.2.3