Browse Source
Merge pull request #3242 from martin-frbg/issue3239
Handle inadvertent use of DYNAMIC_ARCH=0
tags/v0.3.16^2
Martin Kroeker
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Makefile.x86
-
Makefile.x86_64
|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
# COMPILER_PREFIX = mingw32- |
|
|
|
|
|
|
|
ifndef DYNAMIC_ARCH |
|
|
|
ifneq ($(DYNAMIC_ARCH),1) |
|
|
|
ADD_CPUFLAGS = 1 |
|
|
|
else |
|
|
|
ifdef TARGET_CORE |
|
|
|
|
|
|
|
@@ -9,7 +9,7 @@ endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
ifndef DYNAMIC_ARCH |
|
|
|
ifneq ($(DYNAMIC_ARCH),1) |
|
|
|
ADD_CPUFLAGS = 1 |
|
|
|
else |
|
|
|
ifdef TARGET_CORE |
|
|
|
|