Skip to content

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Oct 3, 2024

In preparation for cross-compilation support, the toolchain specific configurations have been decoupled from the build system. Preliminary checks have been added to determine the supported compilers, GCC and Clang. When 'CROSS_COMPILE' is set, the build system will honor it and set CC accordingly. Currently, only the GNU toolchain is supported for cross-compilation.

In preparation for cross-compilation support, the toolchain specific
configurations have been decoupled from the build system. Preliminary
checks have been added to determine the supported compilers, GCC and
Clang. When 'CROSS_COMPILE' is set, the build system will honor it and
set CC accordingly. Currently, only the GNU toolchain is supported for
cross-compilation.
@jserv jserv merged commit 32f7a84 into main Oct 3, 2024
6 checks passed
@jserv jserv deleted the more-toolchain branch October 3, 2024 02:28
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.

1 participant