Closed NoisyCoil closed 2 months ago
Before going ahead with this, please let me check that the changes don't trigger unnecessary rebuilds of the i386 toolchain. Having implemented correctly linux_cross
may have this side effect (in which case I must remove the just-replaced add_architecture
from that target).
All fine. The rebuilds are avoided by various target replacements. I confirm that this PR doesn't change anything functionally. (Also, removing add_architecture
would not have been a good fix in any case as it would have prevented from actually adding the i386 architecture in containers which do need it).
Thanks @NoisyCoil !
No problem! Rebasing the other MR on this one.
As described in PR #19, this PR eliminates
linux_cross
(currently unused in reality) in favor of anadd_architecture
variable, better named to explain its purpose and implemented correctly.