[compat-gcc-34/f21] excludearch ppc64le, unsupported in older gcc

Karsten Hopp karsten at fedoraproject.org
Tue Oct 14 12:48:25 UTC 2014


commit b5f49afb98d71ad1ef3b0126bcc702bdb2969dae
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Oct 14 14:50:50 2014 +0200

    excludearch ppc64le, unsupported in older gcc

 compat-gcc-34.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/compat-gcc-34.spec b/compat-gcc-34.spec
index c9290db..9c8778f 100644
--- a/compat-gcc-34.spec
+++ b/compat-gcc-34.spec
@@ -16,7 +16,7 @@
 Summary: Compatibility GNU Compiler Collection
 Name: compat-gcc-34
 Version: 3.4.6
-Release: 34%{?dist}
+Release: 35%{?dist}
 # libgcc and crtstuff have an exception which allows
 # linking it into any kind of programs or shared libraries without
 # restrictions.
@@ -45,7 +45,7 @@ Conflicts: gdb < 5.1-2
 Requires: glibc-devel >= 2.2.90-12
 Requires: libgcc >= 4.1.0
 BuildRequires: elfutils-devel >= 0.72
-ExcludeArch: %{arm}
+ExcludeArch: %{arm} ppc64le
 %ifarch %{multilib_64_archs} sparc sparcv9 ppc
 # Ensure glibc{,-devel} is installed for both multilib arches
 BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
@@ -688,6 +688,9 @@ fi
 %{_prefix}/%{_lib}/libg2c.so.0*
 
 %changelog
+* Tue Oct 14 2014 Karsten Hopp <karsten at redhat.com> 3.4.6-35
+- excludearch ppc64le, unsupported in older gcc
+
 * Mon Sep 22 2014 Jakub Jelinek  <jakub at redhat.com> 3.4.6-34
 - don't conflict with libstdc++ 4.9.x, it is still backwards ABI compatible
 - fix build on F21+


More information about the scm-commits mailing list