Revert "gcc: disable symlink checks on cross + nolibc for now"

This reverts commit 3fd43d5d74.

The proper fix is now in.
This commit is contained in:
K900
2025-02-02 22:12:49 +03:00
parent c1907fbbf0
commit 97a3367a33
@@ -3,7 +3,6 @@
stdenv,
enableMultilib,
targetConfig,
withoutTargetLibc,
}:
let
@@ -342,7 +341,4 @@ originalAttrs:
ln -s $lib/lib $lib/$targetConfig/lib
'';
}
// lib.optionalAttrs ((stdenv.targetPlatform.config != stdenv.hostPlatform.config) && withoutTargetLibc) {
dontCheckForBrokenSymlinks = true;
}
))