openblas/openblas-0.3.2-zarch.patch

25 lines
619 B
Diff

From f3fd44a731c1997b1d79d4d16abc25d78dce88a7 Mon Sep 17 00:00:00 2001
From: Martin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Date: Tue, 28 Aug 2018 21:34:07 +0200
Subject: [PATCH] Set USE_TRMM for all ZARCH variants to fix TRMM faults with
zarch-generic
fixes #1743
---
kernel/Makefile.L3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/Makefile.L3 b/kernel/Makefile.L3
index b37e536ef..9258f216d 100644
--- a/kernel/Makefile.L3
+++ b/kernel/Makefile.L3
@@ -44,7 +44,7 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif
-ifeq ($(CORE), Z13)
+ifeq ($(ARCH), zarch)
USE_TRMM = 1
endif