Skip to content

Commit e11126b

Browse files
authored
Merge pull request #1745 from martin-frbg/issue1743
Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-gen…
2 parents 74608e4 + f3fd44a commit e11126b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Makefile.L3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ifeq ($(CORE), POWER8)
4444
USE_TRMM = 1
4545
endif
4646

47-
ifeq ($(CORE), Z13)
47+
ifeq ($(ARCH), zarch)
4848
USE_TRMM = 1
4949
endif
5050

0 commit comments

Comments
 (0)