Skip to content

Commit 479a4bd

Browse files
HasanGrosicVJanKraemer
authored andcommitted
Fix toolset for QNX aarch64
1 parent 098c9a8 commit 479a4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SilKit/cmake/toolchain-qnx-aarch64.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# SPDX-License-Identifier: MIT
44

55
#NB: Call <<QNX_INSTALLATION_DIR>>/qnxsdp-env.sh before building
6-
set(SILKIT_TARGET_TOOLSET "gcc_ntoaarch64le_gpp")
6+
set(SILKIT_TARGET_TOOLSET "gcc_ntoaarch64le")
77
set(SILKIT_TARGET_ARCHITECTURE "aarch64")
88
include(${CMAKE_CURRENT_LIST_DIR}/qnx-cross-base-toolchain.cmake)

0 commit comments

Comments
 (0)