Handle inadvertent use of DYNAMIC_ARCH=0
This commit is contained in:
parent
02087a62e7
commit
0e73d20629
|
@ -1,6 +1,6 @@
|
||||||
# COMPILER_PREFIX = mingw32-
|
# COMPILER_PREFIX = mingw32-
|
||||||
|
|
||||||
ifndef DYNAMIC_ARCH
|
ifneq ($(DYNAMIC_ARCH),1)
|
||||||
ADD_CPUFLAGS = 1
|
ADD_CPUFLAGS = 1
|
||||||
else
|
else
|
||||||
ifdef TARGET_CORE
|
ifdef TARGET_CORE
|
||||||
|
|
|
@ -9,7 +9,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifndef DYNAMIC_ARCH
|
ifneq ($(DYNAMIC_ARCH),1)
|
||||||
ADD_CPUFLAGS = 1
|
ADD_CPUFLAGS = 1
|
||||||
else
|
else
|
||||||
ifdef TARGET_CORE
|
ifdef TARGET_CORE
|
||||||
|
|
Loading…
Reference in New Issue