mirror of
https://github.com/monero-project/monero.git
synced 2025-05-20 23:00:29 -04: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…
Add table
Add a link
Reference in a new issue