Skip to content

Rework toolchain building flow #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

jwnrt
Copy link
Contributor

@jwnrt jwnrt commented Jul 17, 2025

  • Removes 32-bit host configurations
  • Removes GCC from toolchain
  • Builds Binutils directly without crosstool-ng
  • Removes meson support configurations
  • Adds option for changing the build type for Clang (e.g. Debug or Release)

@jwnrt jwnrt force-pushed the tidy-build-process branch 2 times, most recently from 94eb3a7 to 58cd3cd Compare July 17, 2025 15:24
The output directory is reused in CI so that the Clang tarball includes
the GCC and Binutils parts of the toolchain. It doesn't make sense to me
to prepare the tarballs inside the build scripts when they bleed into
each other.

This commit changes CI to prepare a single tarball including GCC, Clang,
and Binutils.
@jwnrt jwnrt force-pushed the tidy-build-process branch 7 times, most recently from 497c115 to 864df9b Compare July 21, 2025 14:19
@jwnrt jwnrt changed the title Clean up toolchain build process Rework toolchain building flow Jul 21, 2025
@jwnrt jwnrt force-pushed the tidy-build-process branch from 8402bf9 to 274b780 Compare July 21, 2025 14:26
@jwnrt jwnrt force-pushed the tidy-build-process branch 10 times, most recently from 102fc20 to 640de80 Compare July 22, 2025 09:35
@jwnrt jwnrt force-pushed the tidy-build-process branch 6 times, most recently from f92d559 to c7148cb Compare July 22, 2025 10:08
@jwnrt jwnrt marked this pull request as ready for review July 22, 2025 11:53
@jwnrt jwnrt requested a review from luismarques July 22, 2025 11:53
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