3d4bc2e90f
The last dmd version that can be bootstrapped by the pure C++ version of dmd. We need this version as a separate package so we can bootstrap newer versions of dmd.
11 lines
332 B
Diff
11 lines
332 B
Diff
--- dmd/src/dmd/mars.d
|
|
+++ dmd/src/dmd/mars.d
|
|
@@ -1374,7 +1374,7 @@ void addDefaultVersionIdentifiers()
|
|
}
|
|
else static if (TARGET.Linux)
|
|
{
|
|
- VersionCondition.addPredefinedGlobalIdent("CRuntime_Glibc");
|
|
+ VersionCondition.addPredefinedGlobalIdent("CRuntime_Musl");
|
|
}
|
|
|
|
if (global.params.isLP64)
|