Update to binutils-2.19.51-1

This commit is contained in:
Ralf Corsepius
2010-02-04 15:35:53 +00:00
parent d031ccf716
commit 5e5eb77399
2 changed files with 7 additions and 11 deletions

View File

@@ -46,9 +46,9 @@ include ../mpfr.am
# Cygwin's binutils' versioning is bizarre # Cygwin's binutils' versioning is bizarre
# Check bfd/configure for the real version number # Check bfd/configure for the real version number
BINUTILS_VERS = 2.18.50 BINUTILS_VERS = 2.19.51-1
BINUTILS_PKGVERS = 20080624-2 BINUTILS_PKGVERS = 2.19.51-1
BINUTILS_RPMREL = 0.20090829.1 BINUTILS_RPMREL = 0.20100204.0
include ../binutils.am include ../binutils.am
BINUTILS_OPTS += --disable-infos BINUTILS_OPTS += --disable-infos

View File

@@ -30,15 +30,15 @@
%define _host_rpmprefix %{nil} %define _host_rpmprefix %{nil}
%endif %endif
%define binutils_pkgvers 20080624-2 %define binutils_pkgvers 2.19.51-1
%define binutils_version 2.18.50 %define binutils_version 2.19.51-1
%define binutils_rpmvers %{expand:%(echo "2.18.50" | tr - _ )} %define binutils_rpmvers %{expand:%(echo "2.19.51-1" | tr - _ )}
Name: i686-pc-cygwin-binutils Name: i686-pc-cygwin-binutils
Summary: Binutils for target i686-pc-cygwin Summary: Binutils for target i686-pc-cygwin
Group: Development/Tools Group: Development/Tools
Version: %{binutils_rpmvers} Version: %{binutils_rpmvers}
Release: 0.20090829.1%{?dist} Release: 0.20100204.0%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/binutils URL: http://sources.redhat.com/binutils
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -73,10 +73,6 @@ cd binutils-%{binutils_pkgvers}
cd .. cd ..
%build %build
%if "i686-pc-cygwin" == "i686-pc-cygwin"
# The cygwin sources are leaking memory
RPM_OPT_FLAGS="$(echo "$RPM_OPT_FLAGS"|sed -e 's; -Wp,-D_FORTIFY_SOURCE=2;;')"
%endif
mkdir -p build mkdir -p build
cd build cd build
%if "%{_build}" != "%{_host}" %if "%{_build}" != "%{_host}"