[cross-gcc] Enable libgcc building on s390x (#1116185)

David Howells dhowells at fedoraproject.org
Mon Jul 7 13:18:01 UTC 2014


commit 8dd55daad8fa07411f8f5e379f0dc6ced06cc9ae
Author: David Howells <dhowells at redhat.com>
Date:   Mon Jul 7 13:52:07 2014 +0100

    Enable libgcc building on s390x (#1116185)

 cross-gcc.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index bca5f43..a1cb2f3 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -56,7 +56,7 @@
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 
 # we won't build libgcc for these as it depends on C library or kernel headers
-%define no_libgcc_targets	cris*|s390*|sh*|tile-*
+%define no_libgcc_targets	cris*|sh*|tile-*
 
 ###############################################################################
 #
@@ -72,13 +72,13 @@
 # line.  gcc_release is the Fedora gcc release that the patches were
 # taken from.
 %global gcc_release 14
-%global cross_gcc_release 2
+%global cross_gcc_release 3
 %global cross_binutils_version 2.24-2
 
 Summary: Cross C compiler
 Name: %{cross}-gcc
 Version: %{gcc_version}
-Release: %{cross_gcc_release}%{?dist}.1
+Release: %{cross_gcc_release}%{?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
@@ -864,6 +864,9 @@ rm -rf %{buildroot}
 %do_files xtensa-linux-gnu	%{build_xtensa}
 
 %changelog
+* Mon Jul 7 2014 David Howells <dhowells at redhat.com> - 4.9.0-3
+- Enable libgcc building on s390x [BZ 1116185].
+
 * Mon Jun 16 2014 David Howells <dhowells at redhat.com> - 4.9.0-2
 - Rebase on gcc-4.9.0-14.
 


More information about the scm-commits mailing list