arm64 support from prebuilt gcc packages#19
arm64 support from prebuilt gcc packages#19skarlsson wants to merge 5 commits intoeclipse-score:mainfrom
Conversation
skarlsson
commented
Sep 11, 2025
- adds multiple toolchains support
- adds arm64 from toolchains_gcc_packages
There was a problem hiding this comment.
The current implementation is soon to be deprecated and due to that we need to move it to:
https://github.com/bazelbuild/rules_cc/tree/main/examples/rule_based_toolchain
| ], | ||
| visibility = ["//visibility:public"], | ||
| ) | ||
|
|
There was a problem hiding this comment.
We have platform repository which we need to reuse for platform definitions. It's still not released, but that's just matter of adding it to S-CORE Bazel Registry.
Bazel Platform repo: https://github.com/eclipse-score/bazel_platforms
There was a problem hiding this comment.
@skarlsson Whats the state of that pull request? That would be really great to have it in. Can you please fix the comments especially the platforms. Release is already there bazel_dep(name = "score_bazel_platforms", version = "0.0.2")
There was a problem hiding this comment.
I took the earlier comment as a hint to wait until the you had a new implementation in place and I thought to give it a try again at a later time.
There was a problem hiding this comment.
The pull request - at the time it was done worked and I had a working arm64 baselibs on top of that - but I found it inefficient to have so many local forks so I decided to wait
Added build_file override capability - Allows custom BUILD files for non-standard GCC structures Removed unused template files - Cleaned up the toolchain/third_party directory