Merge pull request #2051 from martin-frbg/issue2048
Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1
This commit is contained in:
commit
f18ab6c17b
|
@ -24,7 +24,7 @@ ifeq ($(TARGET), LOONGSON3B)
|
|||
USE_TRMM = 1
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET), GENERIC)
|
||||
ifeq ($(CORE), GENERIC)
|
||||
USE_TRMM = 1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue