mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:36:04 +00:00
[SDK] config.cmake: Fix generic mtune flag (#4017)
This commit is contained in:
parent
38b9688d45
commit
3c36cde874
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if(ARCH STREQUAL "i386" OR ARCH STREQUAL "amd64")
|
||||||
set(TUNE "generic" CACHE STRING
|
set(TUNE "generic" CACHE STRING
|
||||||
"Which CPU ReactOS should be optimized for.")
|
"Which CPU ReactOS should be optimized for.")
|
||||||
elseif(ARCH STREQUAL "arm")
|
elseif(ARCH STREQUAL "arm")
|
||||||
set(TUNE "generic-arch" CACHE STRING
|
set(TUNE "generic-armv7-a" CACHE STRING
|
||||||
"Which CPU ReactOS should be optimized for.")
|
"Which CPU ReactOS should be optimized for.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue