Sync with the freebsds.

This commit is contained in:
Ralf Corsepius
2008-03-05 05:58:48 +00:00
parent 797df41c3d
commit 07640857b0
2 changed files with 5 additions and 5 deletions

View File

@@ -29,13 +29,13 @@ CLEANFILES += @rpmprefix@$(TARGET)-libs.spec
noinst_DATA += @rpmprefix@$(TARGET)-libs.spec
BINUTILS_VERS = 2.17
BINUTILS_VERS = 2.18
BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = @VERSION@%{?dist}
include ../binutils.am
BINUTILS_OPTS +=
GCC_VERS = 4.1.2
GCC_VERS = 4.2.3
GCC_PKGVERS = $(GCC_VERS)
GCC_RPMREL = @VERSION@%{?dist}
include ../gcc.am

View File

@@ -1,5 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/binutils/binutils-%{binutils_pkgvers}.tar.bz2
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_pkgvers}.tar.bz2
%{?_without_sources:NoSource: 0}
%if "%{binutils_version}" == "2.16.1"
Patch0: binutils-2.16.1-rtems-20050708.diff
%if "%{binutils_version}" == "2.18"
Patch0: binutils-2.18-rtems4.9-20071104.diff
%endif