From a23aac5aed209e24154a158368fe0e58261823f5 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Tue, 16 Jun 2020 10:54:24 +0200 Subject: [PATCH] Remove DYNAMIC_OLDER=1 on s390x to see what happens. --- openblas.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openblas.spec b/openblas.spec index d0595f1..423ac07 100644 --- a/openblas.spec +++ b/openblas.spec @@ -380,7 +380,7 @@ TARGET="TARGET=POWER8 DYNAMIC_ARCH=1 DYNAMIC_OLDER=1" TARGET="TARGET=ARMV8 DYNAMIC_ARCH=1 DYNAMIC_OLDER=1" %endif %ifarch s390x -TARGET="TARGET=ZARCH_GENERIC DYNAMIC_ARCH=1 DYNAMIC_OLDER=1" +TARGET="TARGET=ZARCH_GENERIC DYNAMIC_ARCH=1" %endif %if 0%{?rhel} == 5