···2525 pkg.overrideAttrs (
2626 previousAttrs:
2727 lib.optionalAttrs
2828- ((! lib.systems.equals targetPlatform hostPlatform) && (enableShared || targetPlatform.isMinGW) && withoutTargetLibc)
2828+ (
2929+ (!lib.systems.equals targetPlatform hostPlatform)
3030+ && (enableShared || targetPlatform.isMinGW)
3131+ && withoutTargetLibc
3232+ )
2933 {
3034 makeFlags = [
3135 "all-gcc"
···46504751 (
4852 let
4949- targetPlatformSlash = if lib.systems.equals hostPlatform targetPlatform then "" else "${targetPlatform.config}/";
5353+ targetPlatformSlash =
5454+ if lib.systems.equals hostPlatform targetPlatform then "" else "${targetPlatform.config}/";
50555156 # If we are building a cross-compiler and the target libc provided
5257 # to us at build time has a libgcc, use that instead of building a