Skip to content
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

Feature: Add support for specifying a cstdlib other than glibc. #7

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

matte1
Copy link
Collaborator

@matte1 matte1 commented Dec 19, 2023

We'd like to be able to specify other stdlibs besides glibc like musl. This adds an extra layer of hierachy to the repository so that the stdlib can be specified. A single example for aarch64 musl was added as an example.

@matte1 matte1 force-pushed the matte1/add_musl_support branch 3 times, most recently from cfaa994 to 88ab9d1 Compare December 19, 2023 23:36
We'd like to be able to specify either glibc or musl. This adds an extra
layer of heirarchy that allows a user to specify not only the
architecture and buildroot version but also the cstdlib.
@matte1 matte1 force-pushed the matte1/add_musl_support branch from 88ab9d1 to ac40063 Compare December 20, 2023 05:38
Runs the update script and adds a single example of a musl target for
aarch64.
@matte1 matte1 force-pushed the matte1/add_musl_support branch from ac40063 to f1af960 Compare December 20, 2023 05:42
@agoessling agoessling merged commit 142c354 into agoessling:master Dec 20, 2023
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