GCC 4.2.4

This commit is contained in:
Ralf Corsepius
2008-05-26 23:27:03 +00:00
parent 793249a2eb
commit 498d35e5b8
2 changed files with 6 additions and 2 deletions

View File

@@ -10,9 +10,9 @@ BINUTILS_RPMREL = 4%{?dist}
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.2.3
GCC_VERS = 4.2.4
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = 11%{?dist}
GCC_RPMREL = 12%{?dist}
NEWLIB_VERS = 1.16.0
include ../gcc.am
GCC_OPTS += --languages=cxx

View File

@@ -2,6 +2,10 @@
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: gcc-core-4.2.3-rtems4.9-20080205.diff
%endif
%if "%{gcc_version}" == "4.2.4"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: gcc-core-4.2.4-rtems4.9-20080526.diff
%endif
%{?_without_sources:NoSource: 0}
%if %build_cxx