Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-generic

fixes #1743
This commit is contained in:
Martin Kroeker 2018-08-28 21:34:07 +02:00 committed by GitHub
parent 61659f8765
commit f3fd44a731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif
ifeq ($(CORE), Z13)
ifeq ($(ARCH), zarch)
USE_TRMM = 1
endif