forked from mirrors/nixpkgs
Revert "stdenv: label the ephemeral coreutils-stage4 package"
This reverts commit 23ea8b35da
.
This commit is contained in:
parent
239c4e701d
commit
dc5bdd6852
|
@ -355,9 +355,6 @@ in
|
||||||
# stage5.gcc -> stage4.coreutils -> stage3.glibc -> bootstrap
|
# stage5.gcc -> stage4.coreutils -> stage3.glibc -> bootstrap
|
||||||
gmp = lib.makeOverridable (super.gmp.override { stdenv = self.stdenv; }).overrideAttrs (a: { pname = "${a.pname}-stage4"; });
|
gmp = lib.makeOverridable (super.gmp.override { stdenv = self.stdenv; }).overrideAttrs (a: { pname = "${a.pname}-stage4"; });
|
||||||
|
|
||||||
# coreutils gets rebuilt both here and also in the final stage; we rename this one to avoid confusion
|
|
||||||
coreutils = super.coreutils.overrideAttrs (a: { pname = "${a.pname}-stage4"; });
|
|
||||||
|
|
||||||
gcc = lib.makeOverridable (import ../../build-support/cc-wrapper) {
|
gcc = lib.makeOverridable (import ../../build-support/cc-wrapper) {
|
||||||
nativeTools = false;
|
nativeTools = false;
|
||||||
nativeLibc = false;
|
nativeLibc = false;
|
||||||
|
|
Loading…
Reference in a new issue