Merge pull request #3242 from martin-frbg/issue3239

Handle inadvertent use of DYNAMIC_ARCH=0
This commit is contained in:
Martin Kroeker
2021-05-22 19:24:46 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# COMPILER_PREFIX = mingw32-
ifndef DYNAMIC_ARCH
ifneq ($(DYNAMIC_ARCH),1)
ADD_CPUFLAGS = 1
else
ifdef TARGET_CORE

View File

@@ -9,7 +9,7 @@ endif
endif
ifndef DYNAMIC_ARCH
ifneq ($(DYNAMIC_ARCH),1)
ADD_CPUFLAGS = 1
else
ifdef TARGET_CORE