[cross-gcc/epel7] ppc64 is not multilib in RHEL 7

Lubomir Rintel lkundrak at fedoraproject.org
Sat Jan 18 20:57:54 UTC 2014


commit 6a21408dedfa90b274d3da90a3c7a34c4a8da9f9
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Sat Jan 18 21:58:03 2014 +0100

    ppc64 is not multilib in RHEL 7

 cross-gcc.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index bbd3e8f..b5801cc 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -50,7 +50,11 @@
 %define build_unicore32		0
 
 %global build_cloog 1
+%if 0%{rhel}
+%global multilib_64_archs sparc64 s390x x86_64
+%else
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
+%endif
 
 # we won't build libgcc for these as it depends on C library or kernel headers
 %define no_libgcc_targets	cris*|s390*|sh*|tile-*
@@ -71,7 +75,7 @@
 Summary: Cross C compiler
 Name: %{cross}-gcc
 Version: %{gcc_version}
-Release: %{gcc_release}.2%{?dist}
+Release: %{gcc_release}.2%{?dist}.1
 # 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
@@ -801,6 +805,9 @@ rm -rf %{buildroot}
 %do_files xtensa-linux-gnu	%{build_xtensa}
 
 %changelog
+* Sat Jan 18 2014 Lubomir Rintel <lkundrak at v3.sk> - 4.8.1-5.2.1
+- ppc64 is not multilib in RHEL 7
+
 * 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.
 


More information about the scm-commits mailing list