Loading pkgs/misc/arm-trusted-firmware/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -63,9 +63,10 @@ let openssl # For fiptool ]; # Make the new toolchain guessing (from 2.11+) happy # https://github.com/ARM-software/arm-trusted-firmware/blob/4ec2948fe3f65dba2f19e691e702f7de2949179c/make_helpers/toolchains/rk3399-m0.mk#L21-L22 rk3399-m0-oc = "${pkgsCross.arm-embedded.stdenv.cc.targetPrefix}objcopy"; # Make the new toolchain guessing (from 2.14+) happy # https://github.com/ARM-software/arm-trusted-firmware/blob/1d5aa939bc8d3d892e2ed9945fa50e36a1a924cc/make_helpers/toolchain.mk#L370 # https://github.com/ARM-software/arm-trusted-firmware/blob/1d5aa939bc8d3d892e2ed9945fa50e36a1a924cc/make_helpers/toolchains/rk3399-m0.mk#L22 rk3399-m0-oc-parameter = "rk3399-m0-oc-default"; buildInputs = [ openssl ]; Loading Loading
pkgs/misc/arm-trusted-firmware/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -63,9 +63,10 @@ let openssl # For fiptool ]; # Make the new toolchain guessing (from 2.11+) happy # https://github.com/ARM-software/arm-trusted-firmware/blob/4ec2948fe3f65dba2f19e691e702f7de2949179c/make_helpers/toolchains/rk3399-m0.mk#L21-L22 rk3399-m0-oc = "${pkgsCross.arm-embedded.stdenv.cc.targetPrefix}objcopy"; # Make the new toolchain guessing (from 2.14+) happy # https://github.com/ARM-software/arm-trusted-firmware/blob/1d5aa939bc8d3d892e2ed9945fa50e36a1a924cc/make_helpers/toolchain.mk#L370 # https://github.com/ARM-software/arm-trusted-firmware/blob/1d5aa939bc8d3d892e2ed9945fa50e36a1a924cc/make_helpers/toolchains/rk3399-m0.mk#L22 rk3399-m0-oc-parameter = "rk3399-m0-oc-default"; buildInputs = [ openssl ]; Loading