From e3e9efd6e9a87b3fba4e9ad211dbaaea3d371dee Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Thu, 7 Sep 2023 23:06:46 +0200 Subject: [PATCH] iox-#2011 Add todo to QNX toolchain files to port to QNX 7.1 --- tools/toolchains/qnx/qnx_sdp70_aarch64le.cmake | 3 +++ tools/toolchains/qnx/qnx_sdp70_common.cmake | 3 +++ tools/toolchains/qnx/qnx_sdp70_x86_64.cmake | 3 +++ 3 files changed, 9 insertions(+) diff --git a/tools/toolchains/qnx/qnx_sdp70_aarch64le.cmake b/tools/toolchains/qnx/qnx_sdp70_aarch64le.cmake index 27fc51b6ff..4fc91ed776 100644 --- a/tools/toolchains/qnx/qnx_sdp70_aarch64le.cmake +++ b/tools/toolchains/qnx/qnx_sdp70_aarch64le.cmake @@ -13,6 +13,9 @@ # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 + +# @todo iox-#2026 update to QNX 7.1 + SET(CMAKE_SYSTEM_PROCESSOR aarch64) SET(arch gcc_ntoaarch64le) diff --git a/tools/toolchains/qnx/qnx_sdp70_common.cmake b/tools/toolchains/qnx/qnx_sdp70_common.cmake index 0af9383ce0..6da819dca1 100644 --- a/tools/toolchains/qnx/qnx_sdp70_common.cmake +++ b/tools/toolchains/qnx/qnx_sdp70_common.cmake @@ -13,6 +13,9 @@ # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 + +# @todo iox-#2026 update to QNX 7.1 + SET(CMAKE_SYSTEM_NAME QNX) SET(TOOLCHAIN QNX) diff --git a/tools/toolchains/qnx/qnx_sdp70_x86_64.cmake b/tools/toolchains/qnx/qnx_sdp70_x86_64.cmake index b32d308802..49a26a54fd 100644 --- a/tools/toolchains/qnx/qnx_sdp70_x86_64.cmake +++ b/tools/toolchains/qnx/qnx_sdp70_x86_64.cmake @@ -13,6 +13,9 @@ # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 + +# @todo iox-#2026 update to QNX 7.1 + SET(CMAKE_SYSTEM_PROCESSOR x86_64) SET(arch gcc_ntox86_64)