From 7d25764ef32b79bed6a4beedbb2cb9678a30ca55 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 21 Dec 2007 11:31:44 +0000 Subject: newlib-1.15.0-rtems4.8-20071221.diff --- contrib/crossrpms/rtems4.8/arm/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/arm/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/bfin/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/bfin/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/h8300/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/h8300/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/i386/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/i386/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/m68k/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/m68k/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/mips/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/mips/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/powerpc/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add | 2 +- .../crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/sh/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/sh/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec | 6 +++--- contrib/crossrpms/rtems4.8/sparc/Makefile.am | 2 +- contrib/crossrpms/rtems4.8/sparc/gcc-sources.add | 2 +- contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec | 6 +++--- 27 files changed, 45 insertions(+), 45 deletions(-) diff --git a/contrib/crossrpms/rtems4.8/arm/Makefile.am b/contrib/crossrpms/rtems4.8/arm/Makefile.am index 724a18d544..a418c446c1 100644 --- a/contrib/crossrpms/rtems4.8/arm/Makefile.am +++ b/contrib/crossrpms/rtems4.8/arm/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.8/arm/gcc-sources.add b/contrib/crossrpms/rtems4.8/arm/gcc-sources.add index b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/arm/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/arm/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec index 8a3ea6f432..f4a7d92c5e 100644 --- a/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/arm/rtems-4.8-arm-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: arm-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am index cef779a595..4b25e5397b 100644 --- a/contrib/crossrpms/rtems4.8/bfin/Makefile.am +++ b/contrib/crossrpms/rtems4.8/bfin/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am diff --git a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add index b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/bfin/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec index adf69b3040..426f6b8ab8 100644 --- a/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/bfin/rtems-4.8-bfin-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: bfin-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,7 +61,7 @@ Patch0: gcc-core-4.2.2-rtems4.8-20071127.diff 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -138,7 +138,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am index 0e2d7173c6..e433d12c98 100644 --- a/contrib/crossrpms/rtems4.8/h8300/Makefile.am +++ b/contrib/crossrpms/rtems4.8/h8300/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add b/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add index b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/h8300/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec index ee19c7295a..fbeef83d3e 100644 --- a/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/h8300/rtems-4.8-h8300-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: h8300-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/i386/Makefile.am b/contrib/crossrpms/rtems4.8/i386/Makefile.am index a137a4c3ea..1e3eeb15dd 100644 --- a/contrib/crossrpms/rtems4.8/i386/Makefile.am +++ b/contrib/crossrpms/rtems4.8/i386/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.8/i386/gcc-sources.add b/contrib/crossrpms/rtems4.8/i386/gcc-sources.add index b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/i386/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/i386/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec index 52cb06c421..4451b1aeb3 100644 --- a/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/i386/rtems-4.8-i386-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: i386-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/m68k/Makefile.am b/contrib/crossrpms/rtems4.8/m68k/Makefile.am index 6c5858545e..0b5a3ac4f9 100644 --- a/contrib/crossrpms/rtems4.8/m68k/Makefile.am +++ b/contrib/crossrpms/rtems4.8/m68k/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add b/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add index b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/m68k/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec index dff81df4ed..86a870d5ad 100644 --- a/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/m68k/rtems-4.8-m68k-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: m68k-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/mips/Makefile.am b/contrib/crossrpms/rtems4.8/mips/Makefile.am index df5c0c6532..5310c748d0 100644 --- a/contrib/crossrpms/rtems4.8/mips/Makefile.am +++ b/contrib/crossrpms/rtems4.8/mips/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.8/mips/gcc-sources.add b/contrib/crossrpms/rtems4.8/mips/gcc-sources.add index b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/mips/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/mips/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec index 4f8cb581c6..778f74e9ce 100644 --- a/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/mips/rtems-4.8-mips-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: mips-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am index e590e15465..b24ac22cb1 100644 --- a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am +++ b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add b/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add index 7bc04b3f39..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/powerpc/gcc-sources.add @@ -32,7 +32,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-20070912.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec index fd2e5acdf3..f6a83b99a4 100644 --- a/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/powerpc/rtems-4.8-powerpc-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: powerpc-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070912.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am index 8c8f46f39b..c3d6eb161a 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.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} 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 b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/sh/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/sh/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec index 632dd5fb90..e6994f7c26 100644 --- a/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/sh/rtems-4.8-sh-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: sh-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. diff --git a/contrib/crossrpms/rtems4.8/sparc/Makefile.am b/contrib/crossrpms/rtems4.8/sparc/Makefile.am index 2d5cba0d6b..e61b4b8820 100644 --- a/contrib/crossrpms/rtems4.8/sparc/Makefile.am +++ b/contrib/crossrpms/rtems4.8/sparc/Makefile.am @@ -12,7 +12,7 @@ BINUTILS_OPTS += GCC_VERS = 4.2.2 GCC_PKGVERS = $(GCC_VERS) -GCC_RPMREL = 27%{?dist} +GCC_RPMREL = 28%{?dist} NEWLIB_VERS = 1.15.0 include ../gcc.am GCC_OPTS += --languages=cxx diff --git a/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add b/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add index b7bb81f9d5..aadf2d2b0d 100644 --- a/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add +++ b/contrib/crossrpms/rtems4.8/sparc/gcc-sources.add @@ -32,7 +32,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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} %endif diff --git a/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec b/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec index 34458f2941..0bc53f4a0e 100644 --- a/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec +++ b/contrib/crossrpms/rtems4.8/sparc/rtems-4.8-sparc-rtems4.8-gcc.spec @@ -26,7 +26,7 @@ Summary: sparc-rtems4.8 gcc Group: Development/Tools Version: %{gcc_rpmvers} -Release: 27%{?dist} +Release: 28%{?dist} License: GPL URL: http://gcc.gnu.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,7 +64,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.ta 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-20070804.diff +Patch50: newlib-1.15.0-rtems4.8-20071221.diff %endif %{?_without_sources:NoSource: 50} @@ -144,7 +144,7 @@ cd .. cp ../gcc-%{gcc_pkgvers}/gcc/gsyslimits.h gcc/include/syslimits.h %endif - make all + make %{?_smp_mflags} all make info cd .. -- cgit v1.2.3