Skip to content

Commit

Permalink
Merge pull request #4183 from martin-frbg/issue4181
Browse files Browse the repository at this point in the history
Apply USE_TRMM to MIPS64_GENERIC as to GENERIC in gmake builds
  • Loading branch information
martin-frbg authored Aug 6, 2023
2 parents 232420b + 61d8035 commit 0f521ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kernel/Makefile.L3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f521ec

Please sign in to comment.