Skip to content

Commit e7c4d67

Browse files
authoredSep 17, 2019
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
1 parent 9f7a9a3 commit e7c4d67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎kernel/Makefile.L3

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ ifeq ($(TARGET), LOONGSON3B)
2424
USE_TRMM = 1
2525
endif
2626

27-
ifeq ($(CORE), GENERIC)
27+
ifneq ($(DYNAMIC_ARCH), 1)
28+
ifeq ($(TARGET), GENERIC)
2829
USE_TRMM = 1
2930
endif
31+
endif
3032

3133
ifeq ($(CORE), HASWELL)
3234
USE_TRMM = 1

0 commit comments

Comments
 (0)
Please sign in to comment.