Compare commits

...

1 Commits

Author SHA1 Message Date
Martin Kroeker 71d488ffba
Revert "Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1" 2019-09-13 22:51:33 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ifeq ($(TARGET), LOONGSON3B)
USE_TRMM = 1 USE_TRMM = 1
endif endif
ifeq ($(CORE), GENERIC) ifeq ($(TARGET), GENERIC)
USE_TRMM = 1 USE_TRMM = 1
endif endif