Skip to content

Conversation

@sixtyfourktec
Copy link
Contributor

Newer scripts check for CC != HOSTCC to detect cross compilation. If detected they rebuild the host tools for the target, because the result of install-extmod-build is likely to be executed on the target (e.g. they create .deb packages). This is of course not the case for us, so fake it by unsetting them. This is not a problem because normally nothing for the target gets compiled.

Newer scripts check for CC != HOSTCC to detect cross compilation. If
detected they rebuild the host tools for the target, because the result
of install-extmod-build is likely to be executed on the target (e.g.
they create .deb packages). This is of course not the case for us, so
fake it by unsetting them. This is not a problem because normally
nothing for the target gets compiled.
@jkloetzke jkloetzke merged commit 2243ac0 into BobBuildTool:master Jul 27, 2025
1 check passed
@jkloetzke
Copy link
Member

Thanks.

@sixtyfourktec sixtyfourktec deleted the linux branch October 6, 2025 15:26
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.

2 participants