Skip to content

Commit 95df0eb

Browse files
author
Krzysztof Parzyszek
authored
[Hexagon] Don't use alternative linker for non-x86 API binaries (#10854)
1 parent adcf199 commit 95df0eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/hexagon_api/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ ExternalProject_Add(android_tvm_runtime_rpc
6868
"-DUSE_CPP_RPC=ON"
6969
"-DUSE_HEXAGON_RPC=ON"
7070
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
71+
"-DUSE_ALTERNATIVE_LINKER=OFF"
7172
INSTALL_COMMAND ""
7273
BUILD_ALWAYS ON
7374
)
@@ -103,6 +104,7 @@ ExternalProject_Add(hexagon_tvm_runtime_rpc
103104
"-DUSE_HEXAGON_RPC=ON"
104105
"-DBUILD_STATIC_RUNTIME=ON"
105106
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
107+
"-DUSE_ALTERNATIVE_LINKER=OFF"
106108
INSTALL_COMMAND ""
107109
BUILD_ALWAYS ON
108110
)

0 commit comments

Comments
 (0)