We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f713e commit 9c8d07aCopy full SHA for 9c8d07a
eng/common/cross/toolchain.cmake
@@ -58,7 +58,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "armel")
58
set(CMAKE_SYSTEM_PROCESSOR armv7l)
59
set(TOOLCHAIN "arm-linux-gnueabi")
60
if(TIZEN)
61
- set(TIZEN_TOOLCHAIN "armv7l-tizen-linux-gnueabi/9.2.0")
+ set(TIZEN_TOOLCHAIN "armv7l-tizen-linux-gnueabi/14.1.0")
62
endif()
63
elseif(TARGET_ARCH_NAME STREQUAL "armv6")
64
set(CMAKE_SYSTEM_PROCESSOR armv6l)
0 commit comments