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:
@@ -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;
|
||||
}
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user