mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Regenerate.
This commit is contained in:
@@ -58,7 +58,7 @@ Summary: arm-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-arm-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-arm-rtems4.11-binutils
|
||||
Requires: rtems-4.11-arm-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-arm-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for arm-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-arm-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for arm-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for arm-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: avr-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-avr-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-avr-rtems4.11-binutils
|
||||
Requires: rtems-4.11-avr-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -260,7 +267,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -331,7 +338,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -600,7 +607,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-avr-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -618,7 +625,7 @@ Summary: libgcc for avr-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-avr-rtems4.11-gcc-libgcc
|
||||
@@ -731,7 +738,7 @@ Summary: C Library (newlib) for avr-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -752,7 +759,7 @@ Newlib C Library for avr-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: bfin-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-bfin-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-bfin-rtems4.11-binutils
|
||||
Requires: rtems-4.11-bfin-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-bfin-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for bfin-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-bfin-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for bfin-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for bfin-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: h8300-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-h8300-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-h8300-rtems4.11-binutils
|
||||
Requires: rtems-4.11-h8300-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-h8300-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for h8300-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-h8300-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for h8300-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for h8300-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: i386-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-i386-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-i386-rtems4.11-binutils
|
||||
Requires: rtems-4.11-i386-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-i386-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for i386-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-i386-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for i386-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for i386-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: lm32-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-lm32-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-lm32-rtems4.11-binutils
|
||||
Requires: rtems-4.11-lm32-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-lm32-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for lm32-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-lm32-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for lm32-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for lm32-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: m32c-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-m32c-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-m32c-rtems4.11-binutils
|
||||
Requires: rtems-4.11-m32c-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -260,7 +267,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -331,7 +338,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -600,7 +607,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-m32c-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -618,7 +625,7 @@ Summary: libgcc for m32c-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-m32c-rtems4.11-gcc-libgcc
|
||||
@@ -732,7 +739,7 @@ Summary: C Library (newlib) for m32c-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -753,7 +760,7 @@ Newlib C Library for m32c-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: m32r-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-m32r-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-m32r-rtems4.11-binutils
|
||||
Requires: rtems-4.11-m32r-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -260,7 +267,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -331,7 +338,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -600,7 +607,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-m32r-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -618,7 +625,7 @@ Summary: libgcc for m32r-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-m32r-rtems4.11-gcc-libgcc
|
||||
@@ -732,7 +739,7 @@ Summary: C Library (newlib) for m32r-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -753,7 +760,7 @@ Newlib C Library for m32r-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: m68k-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-m68k-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-m68k-rtems4.11-binutils
|
||||
Requires: rtems-4.11-m68k-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-m68k-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for m68k-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-m68k-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for m68k-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for m68k-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: mips-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-mips-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-mips-rtems4.11-binutils
|
||||
Requires: rtems-4.11-mips-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-mips-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for mips-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-mips-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for mips-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for mips-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: powerpc-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-powerpc-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-powerpc-rtems4.11-binutils
|
||||
Requires: rtems-4.11-powerpc-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-powerpc-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for powerpc-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-powerpc-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for powerpc-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for powerpc-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: sh-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-sh-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-sh-rtems4.11-binutils
|
||||
Requires: rtems-4.11-sh-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-sh-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for sh-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-sh-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for sh-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for sh-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Summary: sparc-rtems4.11 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -103,6 +103,12 @@ BuildRequires: %{_host_rpmprefix}gcc
|
||||
%global gmp_provided 4.2.4
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel6}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided 2.4.1
|
||||
%global gmp_provided 4.3.1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel5}
|
||||
%global mpc_provided %{nil}
|
||||
%global mpfr_provided %{nil}
|
||||
@@ -201,6 +207,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
|
||||
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
|
||||
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
|
||||
%endif
|
||||
@@ -232,7 +239,7 @@ BuildRequires: rtems-4.11-sparc-rtems4.11-binutils
|
||||
Requires: rtems-4.11-gcc-common
|
||||
Requires: rtems-4.11-sparc-rtems4.11-binutils
|
||||
Requires: rtems-4.11-sparc-rtems4.11-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||
Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
|
||||
%if "%{gcc_version}" >= "4.5.0"
|
||||
BuildRequires: zlib-devel
|
||||
@@ -271,7 +278,7 @@ Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgve
|
||||
|
||||
%if "%{newlib_version}" == "1.18.0"
|
||||
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20100402.diff
|
||||
Patch50: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.18.0-rtems4.11-20100423.diff
|
||||
%endif
|
||||
%{?_without_sources:NoSource: 50}
|
||||
|
||||
@@ -346,7 +353,7 @@ cd ..
|
||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||
%endif
|
||||
|
||||
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
echo "RTEMS gcc-%{gcc_version}-9%{?dist}/newlib-%{newlib_version}-9%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||
|
||||
|
||||
# Fix timestamps
|
||||
@@ -616,7 +623,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
||||
# Group: Development/Tools
|
||||
# Version: %{gcc_rpmvers}
|
||||
# Requires: rtems-4.11-sparc-rtems4.11-binutils
|
||||
# Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
# Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
# License: GPL
|
||||
|
||||
# %if %build_infos
|
||||
@@ -634,7 +641,7 @@ Summary: libgcc for sparc-rtems4.11-gcc
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||
Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-9%{?dist}
|
||||
License: GPL
|
||||
|
||||
%description -n rtems-4.11-sparc-rtems4.11-gcc-libgcc
|
||||
@@ -808,7 +815,7 @@ Summary: C Library (newlib) for sparc-rtems4.11
|
||||
Group: Development/Tools
|
||||
License: Distributable
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
|
||||
Requires: rtems-4.11-newlib-common
|
||||
@@ -829,7 +836,7 @@ Newlib C Library for sparc-rtems4.11.
|
||||
Summary: Base package for RTEMS newlib C Library
|
||||
Group: Development/Tools
|
||||
Version: %{newlib_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||
License: Distributable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user