Page MenuHomePhabricator

[CMAKE] Improve the toolchain files
ClosedPublic

Authored by Fabien on Mar 18 2020, 12:21.

Details

Summary

This sets a few more variables in the toolchain files, that will allow
us to have a better detection of the target architecture in the cmake
list files.

There is no change in behavior.

Test Plan

Run the gitian builds.

Diff Detail

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

Event Timeline

deadalnix requested changes to this revision.Mar 18 2020, 13:46
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
cmake/platforms/Linux32.cmake
5 ↗(On Diff #16992)

This is clearly dependent on CMAKE_SYSTEM_PROCESSOR, just like the others.

This revision now requires changes to proceed.Mar 18 2020, 13:46

Name the toolchain prefix after the target processor name.

This revision is now accepted and ready to land.Mar 18 2020, 16:48
This revision was automatically updated to reflect the committed changes.