From 7ae647b91349ea3f701f8eff081f6448aacd8ae9 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 3 Apr 2020 14:24:20 +0200 Subject: [PATCH] Remove %{power64} conditionals ppc64le is not a biarch architecture, but is included in %{power64}, so it ended up in %{biarcharches}. --- glibc.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/glibc.spec b/glibc.spec index faacd08..6bcafce 100644 --- a/glibc.spec +++ b/glibc.spec @@ -74,7 +74,7 @@ ############################################################################## # Any architecture/kernel combination that supports running 32-bit and 64-bit # code in userspace is considered a biarch arch. -%define biarcharches %{ix86} x86_64 %{power64} s390 s390x +%define biarcharches %{ix86} x86_64 s390 s390x ############################################################################## # If the debug information is split into two packages, the core debuginfo # package and the common debuginfo package then the arch should be listed @@ -229,12 +229,8 @@ Conflicts: kernel < %{enablekernel} %ifarch %{arm} %define target %{_target_cpu}-redhat-linuxeabi %endif -%ifarch %{power64} %ifarch ppc64le %define target ppc64le-redhat-linux -%else -%define target ppc64-redhat-linux -%endif %endif # GNU make 4.0 introduced the -O option.