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

Driver: Use CppRuntime_Gcc by default with Musl #3769

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

Geod24
Copy link
Contributor

@Geod24 Geod24 commented Jun 21, 2021

While CppRuntime should ideally be moved out of the compiler,
it is currently reserved by the compiler and can't be defined
in user code. The most used Musl platform is Alpine Linux,
which doesn't have an alternative for CppRuntime_Clang,
so just define it to use Gcc for now.

While CppRuntime should ideally be moved out of the compiler,
it is currently reserved by the compiler and can't be defined
in user code. The most used Musl platform is Alpine Linux,
which doesn't have an alternative for CppRuntime_Clang,
so just define it to use Gcc for now.
@kinke kinke enabled auto-merge (squash) June 21, 2021 04:27
@kinke kinke merged commit 926db58 into ldc-developers:master Jun 21, 2021
@Geod24 Geod24 deleted the cppruntime-musl branch June 21, 2021 05:28
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