Page MenuHomePhabricator

depends: qt: Fix C{,XX} pickup
ClosedPublic

Authored by Fabien on Apr 2 2020, 15:35.

Details

Summary
QT LOVES to do things its own way and simply ignore all environment
variables. Even listing QMAKE_CC=... in ./configure flags does't work
reliably. This is why we gotta literally edit their config files for
them. Thanks QT.

Backport of core PR17466.

Depends on D5656.

Test Plan

Run the OSX Gitian build.

Diff Detail

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

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

deadalnix requested changes to this revision.Apr 2 2020, 16:44
deadalnix added a subscriber: deadalnix.

It has a change with toolchain.prf that is missing.

This revision now requires changes to proceed.Apr 2 2020, 16:44
Fabien requested review of this revision.Apr 2 2020, 17:13

This PR is not touching the toolchain.prf line. For reference it is introduced to support the RISC-V architecture.
While I find it really cool I have no hardware to test this so I skipped this backport.

This revision is now accepted and ready to land.Apr 2 2020, 17:40
This revision was automatically updated to reflect the committed changes.