mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Tweak arm6 flags
This commit is contained in:
parent
10cc6a8593
commit
94de39fbad
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ if(MSVC)
|
|||
else()
|
||||
set(ARCH native CACHE STRING "CPU to build for: -march value or default")
|
||||
# -march=armv7-a conflicts with -mcpu=cortex-a7
|
||||
if(ARCH STREQUAL "default" OR ARM7)
|
||||
if(ARCH STREQUAL "default" OR ARM7 OR ARM6)
|
||||
set(ARCH_FLAG "")
|
||||
else()
|
||||
if(ARCH STREQUAL "x86_64")
|
||||
|
|
Loading…
Reference in a new issue