cc-wrapper: Remove unneeded crossAttrs
This commit is contained in:
parent
92edcb7ebb
commit
09401d44eb
@ -281,9 +281,6 @@ stdenv.mkDerivation {
|
|||||||
crossAttrs = {
|
crossAttrs = {
|
||||||
shell = shell.crossDrv + shell.crossDrv.shellPath;
|
shell = shell.crossDrv + shell.crossDrv.shellPath;
|
||||||
libc = stdenv.ccCross.libc;
|
libc = stdenv.ccCross.libc;
|
||||||
coreutils = coreutils.crossDrv;
|
|
||||||
binutils = binutils.crossDrv;
|
|
||||||
cc = cc.crossDrv;
|
|
||||||
#
|
#
|
||||||
# This is not the best way to do this. I think the reference should be
|
# This is not the best way to do this. I think the reference should be
|
||||||
# the style in the gcc-cross-wrapper, but to keep a stable stdenv now I
|
# the style in the gcc-cross-wrapper, but to keep a stable stdenv now I
|
||||||
|
Loading…
Reference in New Issue
Block a user