Unverified Commit 20439f00 authored by Jared Baur's avatar Jared Baur Committed by GitHub
Browse files

pkgsCross.aarch64-multiplatform.armTrustedFirmwareRK3399: fix build (#499674)

parents d12a8f89 1e8864c9
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];