Browse Source

Force `DYNAMIC_ARCH` to empty when `DYNAMIC_CORE` is not set

tags/v0.2.20^2
Elliot Saba 8 years ago
parent
commit
6e972994b2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile.system

+ 2
- 1
Makefile.system View File

@@ -453,8 +453,9 @@ DYNAMIC_CORE += HASWELL ZEN
endif
endif

# If DYNAMIC_CORE is not set, DYNAMIC_ARCH cannot do anything, so force it to empty
ifndef DYNAMIC_CORE
DYNAMIC_ARCH =
override DYNAMIC_ARCH=
endif
endif



Loading…
Cancel
Save