On 03/31/2011 11:17 PM, Shea Levy wrote:
Modified: nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix        Fri Apr 
 1 00:25:39 2011        (r26649)
+++ nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix        Fri Apr 
 1 03:17:55 2011        (r26650)
@@ -402,6 +404,10 @@
    installTargets = "install-gcc install-target-libgcc";
  }

+# GCC 4.6.0 DOES support the `install-strip' target, but we'll let`stdenv' do
+# the stripping by default to match stdenv-updates, for now
+// optionalAttrs (!stripped) { dontStrip = true; NIX_STRIP_DEBUG = false; }
+
  // optionalAttrs langVhdl rec {
    name = "ghdl-0.29";
Ludo’,

From my understanding (I haven't actually checked yet), GCC 4.6.0 does have an install-strip make target. Do you want me to use that, or still let stdenv do the stripping?

Cheers,
Shea
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to