Browse Source
Merge pull request #4183 from martin-frbg/issue4181
Apply USE_TRMM to MIPS64_GENERIC as to GENERIC in gmake builds
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
kernel/Makefile.L3
|
|
|
@@ -35,6 +35,12 @@ USE_TRMM = 1 |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
ifneq ($(DYNAMIC_ARCH), 1) |
|
|
|
ifeq ($(TARGET), MIPS64_GENERIC) |
|
|
|
USE_TRMM = 1 |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(CORE), HASWELL) |
|
|
|
USE_TRMM = 1 |
|
|
|
endif |
|
|
|
|