Skip to content

Commit

Permalink
stdenv: revert gcc hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Feb 27, 2022
1 parent 1077a6e commit 91fa765
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkgs/stdenv/linux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,6 @@ in
'';
});

gcc-unwrapped = self.stdenvNoCC.mkDerivation {
inherit (prevStage.gcc-unwrapped) name;
dontUnpack = true;
dontBuild = true;
installPhase = ''
mkdir -p $out
cp -ar ${prevStage.gcc-unwrapped}/* $out/
chmod -R a+w $out/
cp -a ${getLibc self}/lib/* $out/lib/
chmod -R a-w $out/
'';
};

# This also contains the full, dynamically linked, final Glibc.
binutils = prevStage.binutils.override {
# Rewrap the binutils with the new glibc, so both the next
Expand Down

0 comments on commit 91fa765

Please sign in to comment.