forked from Imagelibrary/rtems
Upgrade to gcc-4.4.3.
This commit is contained in:
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
|
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: arm-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-arm-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-arm-rtems4.10-binutils
|
Requires: rtems-4.10-arm-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-arm-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-arm-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-arm-rtems4.10-binutils
|
# Requires: rtems-4.10-arm-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for arm-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-arm-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-arm-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for arm-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for arm-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: avr-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-avr-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-avr-rtems4.10-binutils
|
Requires: rtems-4.10-avr-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-avr-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-avr-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -189,7 +201,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -447,7 +459,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-avr-rtems4.10-binutils
|
# Requires: rtems-4.10-avr-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -465,7 +477,7 @@ Summary: libgcc for avr-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-avr-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-avr-rtems4.10-gcc-libgcc
|
||||||
@@ -580,7 +592,7 @@ Summary: C Library (newlib) for avr-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -601,7 +613,7 @@ Newlib C Library for avr-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: bfin-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-bfin-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-bfin-rtems4.10-binutils
|
Requires: rtems-4.10-bfin-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-bfin-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-bfin-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-bfin-rtems4.10-binutils
|
# Requires: rtems-4.10-bfin-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for bfin-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-bfin-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-bfin-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for bfin-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for bfin-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: h8300-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-h8300-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-h8300-rtems4.10-binutils
|
Requires: rtems-4.10-h8300-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-h8300-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-h8300-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-h8300-rtems4.10-binutils
|
# Requires: rtems-4.10-h8300-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for h8300-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-h8300-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-h8300-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for h8300-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for h8300-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: i386-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-i386-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-i386-rtems4.10-binutils
|
Requires: rtems-4.10-i386-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-i386-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-i386-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-i386-rtems4.10-binutils
|
# Requires: rtems-4.10-i386-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for i386-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-i386-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-i386-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for i386-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for i386-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: lm32-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-lm32-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-lm32-rtems4.10-binutils
|
Requires: rtems-4.10-lm32-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-lm32-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-lm32-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-lm32-rtems4.10-binutils
|
# Requires: rtems-4.10-lm32-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for lm32-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-lm32-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-lm32-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for lm32-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for lm32-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: m32c-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-m32c-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-m32c-rtems4.10-binutils
|
Requires: rtems-4.10-m32c-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-m32c-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-m32c-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -189,7 +201,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -447,7 +459,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-m32c-rtems4.10-binutils
|
# Requires: rtems-4.10-m32c-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -465,7 +477,7 @@ Summary: libgcc for m32c-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-m32c-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-m32c-rtems4.10-gcc-libgcc
|
||||||
@@ -580,7 +592,7 @@ Summary: C Library (newlib) for m32c-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -601,7 +613,7 @@ Newlib C Library for m32c-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: m32r-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-m32r-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-m32r-rtems4.10-binutils
|
Requires: rtems-4.10-m32r-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-m32r-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-m32r-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -189,7 +201,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -447,7 +459,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-m32r-rtems4.10-binutils
|
# Requires: rtems-4.10-m32r-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -465,7 +477,7 @@ Summary: libgcc for m32r-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-m32r-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-m32r-rtems4.10-gcc-libgcc
|
||||||
@@ -580,7 +592,7 @@ Summary: C Library (newlib) for m32r-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -601,7 +613,7 @@ Newlib C Library for m32r-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: m68k-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-m68k-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-m68k-rtems4.10-binutils
|
Requires: rtems-4.10-m68k-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-m68k-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-m68k-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-m68k-rtems4.10-binutils
|
# Requires: rtems-4.10-m68k-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for m68k-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-m68k-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-m68k-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for m68k-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for m68k-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: mips-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-mips-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-mips-rtems4.10-binutils
|
Requires: rtems-4.10-mips-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-mips-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-mips-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-mips-rtems4.10-binutils
|
# Requires: rtems-4.10-mips-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for mips-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-mips-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-mips-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for mips-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for mips-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: powerpc-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-powerpc-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-powerpc-rtems4.10-binutils
|
Requires: rtems-4.10-powerpc-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-powerpc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-powerpc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-powerpc-rtems4.10-binutils
|
# Requires: rtems-4.10-powerpc-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for powerpc-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-powerpc-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-powerpc-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for powerpc-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for powerpc-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: sh-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-sh-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-sh-rtems4.10-binutils
|
Requires: rtems-4.10-sh-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-sh-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-sh-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-sh-rtems4.10-binutils
|
# Requires: rtems-4.10-sh-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for sh-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-sh-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-sh-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for sh-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for sh-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ include ../binutils.am
|
|||||||
BINUTILS_OPTS +=
|
BINUTILS_OPTS +=
|
||||||
|
|
||||||
GCC_VERS = 4.4.3
|
GCC_VERS = 4.4.3
|
||||||
GCC_PKGVERS = $(GCC_VERS)-RC-20100116
|
GCC_PKGVERS = $(GCC_VERS)
|
||||||
GCC_RPMREL = 1
|
GCC_RPMREL = 2
|
||||||
NEWLIB_VERS = 1.18.0
|
NEWLIB_VERS = 1.18.0
|
||||||
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
NEWLIB_PKGVERS = $(NEWLIB_VERS)
|
||||||
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.4.3-RC-20100116
|
%define gcc_pkgvers 4.4.3
|
||||||
%define gcc_version 4.4.3
|
%define gcc_version 4.4.3
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.4.3" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: sparc-rtems4.10 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gcc.gnu.org
|
URL: http://gcc.gnu.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -81,6 +81,17 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "%{gcc_version}" >= "4.3.3"
|
||||||
|
%define _cloog_minvers 0.15
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined _cloog_minvers}
|
||||||
|
%{?fc11:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc12:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?fc13:BuildRequires: cloog-ppl-devel >= %_cloog_minvers}
|
||||||
|
%{?suse11_2:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%{?suse11_1:BuildRequires: cloog-devel >= %_cloog_minvers, ppl-devel}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.4.0"
|
%if "%{gcc_version}" >= "4.4.0"
|
||||||
%define _mpfr_minvers 2.3.2
|
%define _mpfr_minvers 2.3.2
|
||||||
@@ -99,6 +110,7 @@ BuildRequires: %{_host_rpmprefix}gmp-devel >= %{_gmp_minvers}
|
|||||||
# FIXME: This is an ugly cludge
|
# FIXME: This is an ugly cludge
|
||||||
%{?fc11:%global mpfr_provided 2.4.1}
|
%{?fc11:%global mpfr_provided 2.4.1}
|
||||||
%{?fc12:%global mpfr_provided 2.4.1}
|
%{?fc12:%global mpfr_provided 2.4.1}
|
||||||
|
%{?fc13:%global mpfr_provided 2.4.1}
|
||||||
%{?suse11_0:%global mpfr_provided 2.3.1}
|
%{?suse11_0:%global mpfr_provided 2.3.1}
|
||||||
%{?suse11_1:%global mpfr_provided 2.3.2}
|
%{?suse11_1:%global mpfr_provided 2.3.2}
|
||||||
%{?suse11_2:%global mpfr_provided 2.4.1}
|
%{?suse11_2:%global mpfr_provided 2.4.1}
|
||||||
@@ -136,7 +148,7 @@ BuildRequires: rtems-4.10-sparc-rtems4.10-binutils
|
|||||||
Requires: rtems-4.10-gcc-common
|
Requires: rtems-4.10-gcc-common
|
||||||
Requires: rtems-4.10-sparc-rtems4.10-binutils
|
Requires: rtems-4.10-sparc-rtems4.10-binutils
|
||||||
Requires: rtems-4.10-sparc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
Requires: rtems-4.10-sparc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
%define _gcclibdir %{_prefix}/lib
|
%define _gcclibdir %{_prefix}/lib
|
||||||
@@ -199,7 +211,7 @@ cd ..
|
|||||||
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
ln -s ../mpfr-%{mpfr_version} gcc-%{gcc_pkgvers}/mpfr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-2%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-3%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -458,7 +470,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
|
|||||||
# Group: Development/Tools
|
# Group: Development/Tools
|
||||||
# Version: %{gcc_rpmvers}
|
# Version: %{gcc_rpmvers}
|
||||||
# Requires: rtems-4.10-sparc-rtems4.10-binutils
|
# Requires: rtems-4.10-sparc-rtems4.10-binutils
|
||||||
# Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
# Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -476,7 +488,7 @@ Summary: libgcc for sparc-rtems4.10-gcc
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-2%{?dist}
|
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.10-sparc-rtems4.10-gcc-libgcc
|
%description -n rtems-4.10-sparc-rtems4.10-gcc-libgcc
|
||||||
@@ -651,7 +663,7 @@ Summary: C Library (newlib) for sparc-rtems4.10
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.10-newlib-common
|
Requires: rtems-4.10-newlib-common
|
||||||
@@ -672,7 +684,7 @@ Newlib C Library for sparc-rtems4.10.
|
|||||||
Summary: Base package for RTEMS newlib C Library
|
Summary: Base package for RTEMS newlib C Library
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user