The toolchain is named with an extra -pc in its name (just like the 32
bits version) but it should not.
Using this mistaken name as the depends name will still work when the
host is a 64 bits linux as it will default to the good system.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING43f64b728bb5: [CMAKE] Fix Linux64 toolchain name
rABC43f64b728bb5: [CMAKE] Fix Linux64 toolchain name
cd depends make build-linux64 mkdir ../buildcmake && cd ../buildcmake cmake -GNinja .. \ -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Linux64.cmake ninja
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable