summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-07-31 23:30:28 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-07-31 23:30:28 -0500
commit8d5da873cb850461ddedd10da864bcc551c6efde (patch)
tree9aaa042db5d57bc382fcecf42bb3e3747f1ec3bf
parent3690c33c686d405037a2a16365427f45a47f3bb6 (diff)
downloadcygwin-binutils-8d5da873cb850461ddedd10da864bcc551c6efde.tar.gz
cygwin-binutils-8d5da873cb850461ddedd10da864bcc551c6efde.tar.xz
cygwin-binutils-8d5da873cb850461ddedd10da864bcc551c6efde.zip
cygwin-binutils 2.21.53-1
-rw-r--r--cygwin-binutils.spec7
-rw-r--r--sources2
-rw-r--r--w32api-sysroot.patch4
3 files changed, 8 insertions, 5 deletions
diff --git a/cygwin-binutils.spec b/cygwin-binutils.spec
index 60601e5..800bc91 100644
--- a/cygwin-binutils.spec
+++ b/cygwin-binutils.spec
@@ -1,5 +1,5 @@
Name: cygwin-binutils
-Version: 2.21.1
+Version: 2.21.53
Release: 1%{?dist}
Summary: Cygwin binutils
@@ -8,7 +8,7 @@ Group: Development/Libraries
URL: http://www.gnu.org/software/binutils/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2
+Source0: http://ftp.gnu.org/gnu/binutils/snapshots/binutils-%{version}.tar.bz2
Patch0: w32api-sysroot.patch
BuildRequires: flex
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Jul 31 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.21.53-1
+- Version bump to match Cygwin distro.
+
* Sun Jul 10 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.21.1-1
- Version bump.
diff --git a/sources b/sources
index 9875d36..bb7ebfe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a22801a9cad45c85e9ff6afc10537d72 binutils-2.21.1.tar.bz2
+87ab89bedbf6ee0578b5614974a2cff0 binutils-2.21.53.tar.bz2
diff --git a/w32api-sysroot.patch b/w32api-sysroot.patch
index a996aef..a8373c9 100644
--- a/w32api-sysroot.patch
+++ b/w32api-sysroot.patch
@@ -1,6 +1,6 @@
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
-@@ -271,7 +271,7 @@ i[3-7]86-*-pe) targ_emul=i386pe ;
+@@ -263,7 +263,7 @@ i[3-7]86-*-pe) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
i[3-7]86-*-cygwin*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o"
@@ -8,4 +8,4 @@
+ test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api:=/usr/lib/w32api' ;;
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
- x86_64-*-mingw*) targ_emul=i386pep ;
+ x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;