Tweak arm6 flags

This commit is contained in:
Howard Chu 2016-01-07 02:55:13 +00:00
parent 10cc6a8593
commit 94de39fbad
1 changed files with 1 additions and 1 deletions

View File

@ -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")