Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-generic
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 28 Aug 2018 19:34:07 +0000 (21:34 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Aug 2018 19:34:07 +0000 (21:34 +0200)
fixes #1743

kernel/Makefile.L3

index b37e536..9258f21 100644 (file)
@@ -44,7 +44,7 @@ ifeq ($(CORE), POWER8)
 USE_TRMM = 1
 endif
 
-ifeq ($(CORE), Z13)
+ifeq ($(ARCH), zarch)
 USE_TRMM = 1
 endif