Browse Source
Revert #2051 and replace with a better fix (#2261)
* Revert #2051 and add a better fix for TARGET=generic with DYNAMIC_ARCH
fixes #2257 without breaking #2048 again
tags/v0.3.8^2
Martin Kroeker
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
kernel/Makefile.L3
|
@@ -24,9 +24,11 @@ ifeq ($(TARGET), LOONGSON3B) |
|
|
USE_TRMM = 1 |
|
|
USE_TRMM = 1 |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(CORE), GENERIC) |
|
|
|
|
|
|
|
|
ifneq ($(DYNAMIC_ARCH), 1) |
|
|
|
|
|
ifeq ($(TARGET), GENERIC) |
|
|
USE_TRMM = 1 |
|
|
USE_TRMM = 1 |
|
|
endif |
|
|
endif |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(CORE), HASWELL) |
|
|
ifeq ($(CORE), HASWELL) |
|
|
USE_TRMM = 1 |
|
|
USE_TRMM = 1 |
|
|