Merge pull request #59787 from delroth/strip-glibc
glibc: re-enable stripping in cross builds
This commit is contained in:
commit
d0da672b0e
@ -214,10 +214,6 @@ stdenv.mkDerivation ({
|
|||||||
// lib.optionalAttrs (stdenv.hostPlatform != stdenv.buildPlatform) {
|
// lib.optionalAttrs (stdenv.hostPlatform != stdenv.buildPlatform) {
|
||||||
preInstall = null; # clobber the native hook
|
preInstall = null; # clobber the native hook
|
||||||
|
|
||||||
dontStrip = true;
|
|
||||||
|
|
||||||
separateDebugInfo = false; # this is currently broken for crossDrv
|
|
||||||
|
|
||||||
# To avoid a dependency on the build system 'bash'.
|
# To avoid a dependency on the build system 'bash'.
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
rm -f $bin/bin/{ldd,tzselect,catchsegv,xtrace}
|
rm -f $bin/bin/{ldd,tzselect,catchsegv,xtrace}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user