Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2011 Add todo to QNX toolchain files to port to Q…
Browse files Browse the repository at this point in the history
…NX 7.1
  • Loading branch information
elBoberido committed Sep 7, 2023
1 parent 123bc62 commit e3e9efd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/toolchains/qnx/qnx_sdp70_aarch64le.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 3 additions & 0 deletions tools/toolchains/qnx/qnx_sdp70_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 3 additions & 0 deletions tools/toolchains/qnx/qnx_sdp70_x86_64.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e3e9efd

Please sign in to comment.