forked from mirrors/nixpkgs
uboot: enable parallel building again
This commit is contained in:
parent
f6f41cf740
commit
d094a3e175
|
@ -73,6 +73,8 @@ let
|
|||
|
||||
hardeningDisable = [ "all" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
makeFlags = [
|
||||
"DTC=dtc"
|
||||
"CROSS_COMPILE=${stdenv.cc.targetPrefix}"
|
||||
|
@ -104,9 +106,6 @@ let
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
# make[2]: *** No rule to make target 'lib/efi_loader/helloworld.efi', needed by '__build'. Stop.
|
||||
enableParallelBuilding = false;
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue