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

feat: automatic runtime linux libc detection #1144

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Conversation

cyuria
Copy link
Contributor

@cyuria cyuria commented Feb 4, 2025

Use cc -dumpmachine to attempt to detect the system target triple libc as per #160 (comment)

Rather than directly modifying the system C compiler's target triple and using that, grab the libc portion only. This is to ensure there's no weirdness with some system not doing exactly as expected.

If you want to just directly use the target triple as in #160 above, let me know.

@Saghen Saghen merged commit beffa19 into Saghen:main Feb 4, 2025
3 checks passed
@Saghen
Copy link
Owner

Saghen commented Feb 4, 2025

Thanks! Made some changes with 4ac2c27, Github wouldn't let me push to this branch for some reason

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