From 3ea1c308466d2daad18ceac4ef8176bb1c3c85de Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 12 Dec 2011 14:02:12 +0000 Subject: * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusing in its interaction with the ‘dontStrip’ attribute. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/nixpkgs/branches/stdenv-updates/; revision=30848 --- pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh') diff --git a/pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh b/pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh index 98baafb4878d..f954cae05d86 100644 --- a/pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh +++ b/pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh @@ -89,11 +89,6 @@ if test "$dontLink" != "1"; then fi done export NIX_CROSS_LDFLAGS_SET=1 - - if test "$NIX_STRIP_DEBUG" = "1"; then - # Add executable-stripping flags. - extraAfter=(${extraAfter[@]} $NIX_CFLAGS_STRIP) - fi fi # Optionally print debug info. -- cgit 1.4.1