mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
[build]: Fix wrong CMAKE_SYSTEM_PROCESSOR issue
See: https://github.com/rockchip-linux/mpp/issues/121 Change-Id: Iefc47632a53652818f701df7cec01875172d1260 Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:
parent
f2ede4569c
commit
2026c7b655
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ elseif(${SYSPROC} STREQUAL "armv7-a_hardfp")
|
|||
message(STATUS "Detected ARMv7 system processor")
|
||||
set(ARM true)
|
||||
set(ARMEABI_V7A_HARDFP true)
|
||||
elseif(${SYSPROC} STREQUAL "armv8-a")
|
||||
elseif(${SYSPROC} STREQUAL "aarch64")
|
||||
message(STATUS "Detected ARMv8 system processor")
|
||||
set(ARM true)
|
||||
set(ARMEABI_V8 true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue