forked from Imagelibrary/rtems
Regenerate.
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: arm-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-arm-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-arm-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-arm-rtems4.11-binutils
|
# Requires: rtems-4.11-arm-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for arm-rtems4.11-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.11-arm-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-arm-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-arm-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-arm-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for arm-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for arm-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: avr-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 5%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-avr-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-avr-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-5%{?dist}
|
Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -331,7 +331,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-5%{?dist}/newlib-%{newlib_version}-5%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -600,7 +600,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.11-avr-rtems4.11-binutils
|
# Requires: rtems-4.11-avr-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-5%{?dist}
|
# Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -618,7 +618,7 @@ Summary: libgcc for avr-rtems4.11-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.11-avr-rtems4.11-newlib = %{newlib_version}-5%{?dist}
|
Requires: rtems-4.11-avr-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-avr-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-avr-rtems4.11-gcc-libgcc
|
||||||
@@ -731,7 +731,7 @@ Summary: C Library (newlib) for avr-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 5%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -752,7 +752,7 @@ Newlib C Library for avr-rtems4.11.
|
|||||||
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: 5%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: bfin-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-bfin-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-bfin-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-bfin-rtems4.11-binutils
|
# Requires: rtems-4.11-bfin-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for bfin-rtems4.11-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.11-bfin-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-bfin-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-bfin-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-bfin-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for bfin-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for bfin-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: h8300-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-h8300-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-h8300-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-h8300-rtems4.11-binutils
|
# Requires: rtems-4.11-h8300-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for h8300-rtems4.11-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.11-h8300-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-h8300-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-h8300-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-h8300-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for h8300-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for h8300-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: i386-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-i386-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-i386-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-i386-rtems4.11-binutils
|
# Requires: rtems-4.11-i386-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for i386-rtems4.11-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.11-i386-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-i386-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-i386-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-i386-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for i386-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for i386-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: lm32-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-lm32-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-lm32-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-lm32-rtems4.11-binutils
|
# Requires: rtems-4.11-lm32-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for lm32-rtems4.11-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.11-lm32-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-lm32-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-lm32-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-lm32-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for lm32-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for lm32-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: m32c-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-m32c-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-m32c-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -331,7 +331,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -600,7 +600,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.11-m32c-rtems4.11-binutils
|
# Requires: rtems-4.11-m32c-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -618,7 +618,7 @@ Summary: libgcc for m32c-rtems4.11-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.11-m32c-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-m32c-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-m32c-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-m32c-rtems4.11-gcc-libgcc
|
||||||
@@ -732,7 +732,7 @@ Summary: C Library (newlib) for m32c-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -753,7 +753,7 @@ Newlib C Library for m32c-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: m32r-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-m32r-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-m32r-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -331,7 +331,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -600,7 +600,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.11-m32r-rtems4.11-binutils
|
# Requires: rtems-4.11-m32r-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -618,7 +618,7 @@ Summary: libgcc for m32r-rtems4.11-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.11-m32r-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-m32r-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-m32r-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-m32r-rtems4.11-gcc-libgcc
|
||||||
@@ -732,7 +732,7 @@ Summary: C Library (newlib) for m32r-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -753,7 +753,7 @@ Newlib C Library for m32r-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: m68k-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-m68k-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-m68k-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-m68k-rtems4.11-binutils
|
# Requires: rtems-4.11-m68k-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for m68k-rtems4.11-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.11-m68k-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-m68k-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-m68k-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-m68k-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for m68k-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for m68k-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: mips-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-mips-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-mips-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-mips-rtems4.11-binutils
|
# Requires: rtems-4.11-mips-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for mips-rtems4.11-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.11-mips-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-mips-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-mips-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-mips-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for mips-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for mips-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: powerpc-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-powerpc-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-powerpc-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-powerpc-rtems4.11-binutils
|
# Requires: rtems-4.11-powerpc-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for powerpc-rtems4.11-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.11-powerpc-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-powerpc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-powerpc-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-powerpc-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for powerpc-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for powerpc-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: sh-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-sh-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-sh-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-sh-rtems4.11-binutils
|
# Requires: rtems-4.11-sh-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for sh-rtems4.11-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.11-sh-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-sh-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-sh-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-sh-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for sh-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for sh-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define gcc_pkgvers 4.5.0-RC-20100406
|
%define gcc_pkgvers 4.5.0
|
||||||
%define gcc_version 4.5.0
|
%define gcc_version 4.5.0
|
||||||
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
%define gcc_rpmvers %{expand:%(echo "4.5.0" | tr - _ )}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Summary: sparc-rtems4.11 gcc
|
|||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gcc_rpmvers}
|
Version: %{gcc_rpmvers}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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)
|
||||||
@@ -232,7 +232,7 @@ BuildRequires: rtems-4.11-sparc-rtems4.11-binutils
|
|||||||
Requires: rtems-4.11-gcc-common
|
Requires: rtems-4.11-gcc-common
|
||||||
Requires: rtems-4.11-sparc-rtems4.11-binutils
|
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-gcc-libgcc = %{gcc_rpmvers}-%{release}
|
||||||
Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
|
|
||||||
%if "%{gcc_version}" >= "4.5.0"
|
%if "%{gcc_version}" >= "4.5.0"
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@@ -245,8 +245,8 @@ BuildRequires: %{_host_rpmprefix}zlib-devel
|
|||||||
%global _gcclibdir %{_prefix}/lib
|
%global _gcclibdir %{_prefix}/lib
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-RC-20100406-rtems4.11-20100406.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100414.diff
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -259,7 +259,7 @@ Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.2-rtems4.10-200
|
|||||||
%{?_without_sources:NoSource: 0}
|
%{?_without_sources:NoSource: 0}
|
||||||
|
|
||||||
%if "%{gcc_version}" == "4.5.0"
|
%if "%{gcc_version}" == "4.5.0"
|
||||||
Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
%if "%{gcc_version}" == "4.4.3"
|
%if "%{gcc_version}" == "4.4.3"
|
||||||
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
|
||||||
@@ -346,7 +346,7 @@ cd ..
|
|||||||
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo "RTEMS gcc-%{gcc_version}-7%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
echo "RTEMS gcc-%{gcc_version}-8%{?dist}/newlib-%{newlib_version}-8%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
|
||||||
|
|
||||||
|
|
||||||
# Fix timestamps
|
# Fix timestamps
|
||||||
@@ -616,7 +616,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.11-sparc-rtems4.11-binutils
|
# Requires: rtems-4.11-sparc-rtems4.11-binutils
|
||||||
# Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
# Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
# License: GPL
|
# License: GPL
|
||||||
|
|
||||||
# %if %build_infos
|
# %if %build_infos
|
||||||
@@ -634,7 +634,7 @@ Summary: libgcc for sparc-rtems4.11-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.11-sparc-rtems4.11-newlib = %{newlib_version}-7%{?dist}
|
Requires: rtems-4.11-sparc-rtems4.11-newlib = %{newlib_version}-8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
%description -n rtems-4.11-sparc-rtems4.11-gcc-libgcc
|
%description -n rtems-4.11-sparc-rtems4.11-gcc-libgcc
|
||||||
@@ -808,7 +808,7 @@ Summary: C Library (newlib) for sparc-rtems4.11
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Version: %{newlib_version}
|
Version: %{newlib_version}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
|
|
||||||
Requires: rtems-4.11-newlib-common
|
Requires: rtems-4.11-newlib-common
|
||||||
@@ -829,7 +829,7 @@ Newlib C Library for sparc-rtems4.11.
|
|||||||
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: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
%{?_with_noarch_subpackages:BuildArch: noarch}
|
%{?_with_noarch_subpackages:BuildArch: noarch}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user