mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SDK] config.cmake: Fix generic mtune flag (#4017)
This commit is contained in:
@@ -30,7 +30,7 @@ if(ARCH STREQUAL "i386" OR ARCH STREQUAL "amd64")
|
||||
set(TUNE "generic" CACHE STRING
|
||||
"Which CPU ReactOS should be optimized for.")
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
set(TUNE "generic-arch" CACHE STRING
|
||||
set(TUNE "generic-armv7-a" CACHE STRING
|
||||
"Which CPU ReactOS should be optimized for.")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user