Page MenuHomePhabricator

[CMAKE] Fix Linux64 toolchain name
ClosedPublic

Authored by Fabien on Sep 11 2019, 15:15.

Details

Summary

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.

Test Plan
cd depends
make build-linux64
mkdir ../buildcmake && cd ../buildcmake
cmake -GNinja .. \
-DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Linux64.cmake
ninja

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix requested changes to this revision.Sep 11 2019, 16:02

The test plan is not appropriate.

This revision now requires changes to proceed.Sep 11 2019, 16:02
Fabien requested review of this revision.Sep 11 2019, 16:33
Fabien edited the test plan for this revision. (Show Details)
Fabien edited the test plan for this revision. (Show Details)

Fixed a typo in the test plan and improved the instructions

This revision is now accepted and ready to land.Sep 12 2019, 07:17
This revision was automatically updated to reflect the committed changes.