binutilsNoLibc: fix cross
This commit is contained in:
parent
e51bc1ab23
commit
101bb13d48
@ -6981,7 +6981,7 @@ with pkgs;
|
|||||||
});
|
});
|
||||||
binutilsNoLibc = wrapBintoolsWith {
|
binutilsNoLibc = wrapBintoolsWith {
|
||||||
bintools = binutils-unwrapped;
|
bintools = binutils-unwrapped;
|
||||||
libc = targetPackages.preLibcHeaders;
|
libc = targetPackages.preLibcHeaders or preLibcHeaders;
|
||||||
};
|
};
|
||||||
|
|
||||||
libbfd = callPackage ../development/tools/misc/binutils/libbfd.nix { };
|
libbfd = callPackage ../development/tools/misc/binutils/libbfd.nix { };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user