nixpkgs/pkgs/development/compilers/gcc/12
Sergei Trofimovich eece5d0dc0 gcc: enable stripping for cross-compilers
With explicit support for distinction between Host and Target strip paths
we can now safely strip ELF binaries with their according strip tools
without fear of damaging binaries due to architecture mismatch.

Closure size change for `pkgsCross.mingwW64.gcc12Stdenv.cc.cc`:

    # before:
    $ nix path-info -Sh $(nix-build -A pkgsCross.mingwW64.gcc12Stdenv.cc.cc) | unnix
    /<<NIX>>/x86_64-w64-mingw32-stage-final-gcc-debug-12.1.0           2.5G

    # after:
    $ nix path-info -Sh $(nix-build -A pkgsCross.mingwW64.gcc12Stdenv.cc.cc) | unnix
    /<<NIX>>/x86_64-w64-mingw32-stage-final-gcc-12.1.0         1.5G
2022-07-25 11:06:58 +01:00
..
Added-mcf-thread-model-support-from-mcfgthread.patch
default.nix gcc: enable stripping for cross-compilers 2022-07-25 11:06:58 +01:00
PR106102-musl-poison-cpp.patch pkgsMusl.gcc12: backport build fix (PR106102) 2022-07-09 09:35:25 +01:00
PR106102-musl-poison-jit.patch pkgsMusl.gcc12: backport build fix (PR106102) 2022-07-09 09:35:25 +01:00