Skip to content

Commit

Permalink
Merge pull request #1745 from martin-frbg/issue1743
Browse files Browse the repository at this point in the history
Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-gen…
  • Loading branch information
martin-frbg authored Aug 29, 2018
2 parents 74608e4 + f3fd44a commit e11126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Makefile.L3
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif

ifeq ($(CORE), Z13)
ifeq ($(ARCH), zarch)
USE_TRMM = 1
endif

Expand Down

0 comments on commit e11126b

Please sign in to comment.