[cross-gcc/f18] Need a version of cross-binutils that has the 32-bit hppa binutils

David Howells dhowells at fedoraproject.org
Tue Aug 13 08:27:31 UTC 2013


commit 6e0510ba991a9ef7582b9151b43adf60b25c5def
Author: David Howells <dhowells at redhat.com>
Date:   Tue Aug 13 09:26:16 2013 +0100

    Need a version of cross-binutils that has the 32-bit hppa binutils

 cross-gcc.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index 686972f..bbd3e8f 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -71,7 +71,7 @@
 Summary: Cross C compiler
 Name: %{cross}-gcc
 Version: %{gcc_version}
-Release: %{gcc_release}.1%{?dist}
+Release: %{gcc_release}.2%{?dist}
 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
 # GCC Runtime Exception.
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@@ -119,7 +119,7 @@ Patch1100: isl-%{isl_version}-aarch64-config.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: binutils >= 2.20.51.0.2-12
 BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, texinfo, sharutils
-BuildRequires: %{cross}-binutils-common >= 2.23
+BuildRequires: %{cross}-binutils-common >= 2.23.88
 
 # Make sure pthread.h doesn't contain __thread tokens
 # Make sure glibc supports stack protector
@@ -157,8 +157,8 @@ number of packages.
 Summary: Cross-build binary utilities for %1 \
 Group: Development/Tools \
 Requires: %{cross}-gcc-common == %{version}-%{release} \
-BuildRequires: %{rpmprefix}binutils-%1 >= 2.23 \
-Requires: %{rpmprefix}binutils-%1 >= 2.23 \
+BuildRequires: %{rpmprefix}binutils-%1 >= 2.23.88 \
+Requires: %{rpmprefix}binutils-%1 >= 2.23.88 \
 %description -n %{rpmprefix}gcc-%1 \
 Cross-build GNU C compiler. \
 \
@@ -801,6 +801,9 @@ rm -rf %{buildroot}
 %do_files xtensa-linux-gnu	%{build_xtensa}
 
 %changelog
+* Tue Aug 13 2013 David Howells <dhowells at redhat.com> - 4.8.1-5.2
+- Require binutils 2.23.88 or greater for 32-bit HPPA binutils.
+
 * Mon Aug 12 2013 David Howells <dhowells at redhat.com> - 4.8.1-5.1
 - Move to gcc-4.8.1.
 - Enable cloog support.


More information about the scm-commits mailing list