···121121 "uclibc"
122122 else if final.isAndroid then
123123 "bionic"
124124- else if final.isLLVMLibc then
125125- "llvm"
126124 else if
127125 final.isLinux # default
128126 then
···248246 # don't support dynamic linking, but don't get the `staticMarker`.
249247 # `pkgsStatic` sets `isStatic=true`, so `pkgsStatic.hostPlatform` always
250248 # has the `staticMarker`.
251251- isStatic = final.isWasi || final.isRedox || final.isLLVMLibc;
249249+ isStatic = final.isWasi || final.isRedox;
252250253251 # Just a guess, based on `system`
254252 inherit