From e8ca9dca5302c86cb56a8bca1d3bc1a7b3435e85 Mon Sep 17 00:00:00 2001 From: Eric Litak Date: Sun, 29 May 2016 09:04:18 -0700 Subject: [PATCH] manual strip broke crossDrv. no clue why it was ever added; should be automatic --- pkgs/development/libraries/glibc/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/glibc/default.nix b/pkgs/development/libraries/glibc/default.nix index 383b2f5cc46..0ea6b4b938b 100644 --- a/pkgs/development/libraries/glibc/default.nix +++ b/pkgs/development/libraries/glibc/default.nix @@ -72,9 +72,6 @@ in # Get rid of more unnecessary stuff. rm -rf $out/var $out/sbin/sln - for i in $out/lib/*.a; do - strip -S "$i" - done # Put libraries for static linking in a separate output. Note # that libc_nonshared.a and libpthread_nonshared.a are required # for dynamically-linked applications.