From 82012b960b1c9427957bd87cc53f860823eeb674 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 17 May 2018 20:30:03 +0200 Subject: [PATCH] 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 --- kernel/Makefile.L3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/Makefile.L3 b/kernel/Makefile.L3 index 4d2999b678..0664263967 100644 --- a/kernel/Makefile.L3 +++ b/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