[Nix-dev] Re: [Nix-commits] SVN commit: nix - r26650 - in nixpkgs/trunk/pkgs/development/compilers: gcc-4.4 gcc-4.6
Shea Levy
shea at shealevy.com
Fri Apr 1 05:26:32 CEST 2011
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
More information about the nix-dev
mailing list