make-bootstrap-tools: glibc -> libcCross
This commit is contained in:
parent
cb521f75a6
commit
4831495995
@ -5,7 +5,7 @@
|
|||||||
let
|
let
|
||||||
pkgs = import ../../.. { inherit localSystem crossSystem; };
|
pkgs = import ../../.. { inherit localSystem crossSystem; };
|
||||||
glibc = if pkgs.hostPlatform != pkgs.buildPlatform
|
glibc = if pkgs.hostPlatform != pkgs.buildPlatform
|
||||||
then pkgs.glibcCross
|
then pkgs.libcCross
|
||||||
else pkgs.glibc;
|
else pkgs.glibc;
|
||||||
in with pkgs; rec {
|
in with pkgs; rec {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user