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
commit 04c60cee5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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