tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

Refactor Linux toolchains to separate sysrooot and binutils to their own artifacts #21

Closed deciduously closed 6 months ago

deciduously commented 7 months ago

The current toolchain construction process produces directories with the binutils, libc artifacts, and toolchain artifacts combined in a single directory. It should be possible to instead keep these components separate and configure the builds and output artifacts to locate these components as needed from their own separate Tangram artifacts.