Skip to content

Fix: set CMake for cross-compiling#21

Merged
1 commit merged intomasterfrom
unknown repository
Feb 13, 2023
Merged

Fix: set CMake for cross-compiling#21
1 commit merged intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Feb 13, 2023

We set CMAKE_SYSTEM_NAME to Generic in order to prevent CMake from overwriting it with the host's system name (e.g., amd64) when cross-compiling with the IAR compiler.

This commit reverts changes performed on 16bed53 during cleanup.

Fix #20.

We set CMAKE_SYSTEM_NAME to Generic to prevent CMake from
overwriting it with the host's system name (e.g., amd64) when
cross-compiling with the IAR compiler.

This commit reverts changes performed on 16bed53 during cleanup.

Fix #20.
@ghost ghost merged commit 4451d32 into iarsystems:master Feb 13, 2023
@ghost ghost deleted the fix-tf branch February 13, 2023 10:52
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMake overwrites CMAKE_SYSTEM_PROCESSOR when not explicitly cross-compiling

0 participants