forked from Imagelibrary/rtems
Regenerate.
This commit is contained in:
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
|
||||
|
||||
GCC_VERS = 3.4.6
|
||||
GCC_PKGVERS = $(GCC_VERS)
|
||||
GCC_RPMREL = 23%{?dist}
|
||||
GCC_RPMREL = 12%{?dist}
|
||||
NEWLIB_VERS = 1.15.0
|
||||
include ../gcc.am
|
||||
GCC_OPTS +=
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
%if "%{gcc_version}" == "3.4.6"
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-3.4.6/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||
%endif
|
||||
%if "%{gcc_version}" == "4.0.3"
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||
Patch0: gcc-core-4.0.3-rtems-20060822.diff
|
||||
|
||||
@@ -26,7 +26,7 @@ Summary: tic4x-rtems4.8 gcc
|
||||
|
||||
Group: Development/Tools
|
||||
Version: %{gcc_rpmvers}
|
||||
Release: 23%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: GPL
|
||||
URL: http://gcc.gnu.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@@ -53,6 +53,9 @@ Requires: rtems-4.8-tic4x-rtems4.8-newlib = %{newlib_version}-%{release}
|
||||
%define gccexec %{_libdir}/gcc-lib
|
||||
%endif
|
||||
|
||||
%if "%{gcc_version}" == "3.4.6"
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-3.4.6/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||
%endif
|
||||
%if "%{gcc_version}" == "4.0.3"
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
|
||||
Patch0: gcc-core-4.0.3-rtems-20060822.diff
|
||||
|
||||
Reference in New Issue
Block a user