Skip to content

Commit f3fd44a

Browse files
authored
Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-generic
fixes #1743
1 parent 61659f8 commit f3fd44a

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)