Skip to content

Commit

Permalink
[Hexagon] Don't use alternative linker for non-x86 API binaries (#10854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Parzyszek authored Apr 1, 2022
1 parent adcf199 commit 95df0eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/hexagon_api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ExternalProject_Add(android_tvm_runtime_rpc
"-DUSE_CPP_RPC=ON"
"-DUSE_HEXAGON_RPC=ON"
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
"-DUSE_ALTERNATIVE_LINKER=OFF"
INSTALL_COMMAND ""
BUILD_ALWAYS ON
)
Expand Down Expand Up @@ -103,6 +104,7 @@ ExternalProject_Add(hexagon_tvm_runtime_rpc
"-DUSE_HEXAGON_RPC=ON"
"-DBUILD_STATIC_RUNTIME=ON"
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
"-DUSE_ALTERNATIVE_LINKER=OFF"
INSTALL_COMMAND ""
BUILD_ALWAYS ON
)
Expand Down

0 comments on commit 95df0eb

Please sign in to comment.