Code review comment for lp:~alecu/unity-scope-click/explicit-gcc-version

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

This will cause cross-compilation to fail. As there is no way to correctly enforce cross-compiler yet (build-profiles are not fully implemented yet) please change:

g++-4.9

to

g++-4.9:native

This will achieve fully desired goals during native compilation, without breaking cross-compilation.

review: Needs Fixing

« Back to merge proposal