Browse Source
Revert " Switch mips32 target to USE_TRMM to fix complex TRMM"
... as it was just a silly workaround for the issue seen in #1563, caused by #1419
tags/v0.3.0^2^2
Martin Kroeker
GitHub
8 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
kernel/Makefile.L3
|
|
|
@@ -20,10 +20,6 @@ ifeq ($(ARCH), arm64) |
|
|
|
USE_TRMM = 1 |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(ARCH), mips) |
|
|
|
USE_TRMM = 1 |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(TARGET), LOONGSON3B) |
|
|
|
USE_TRMM = 1 |
|
|
|
endif |
|
|
|
|