Merge pull request #1745 from martin-frbg/issue1743

Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-gen…
This commit is contained in:
Martin Kroeker 2018-08-29 07:43:58 +02:00 committed by GitHub
commit e11126b26a
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 USE_TRMM = 1
endif endif
ifeq ($(CORE), Z13) ifeq ($(ARCH), zarch)
USE_TRMM = 1 USE_TRMM = 1
endif endif