Details
Details
- Reviewers
bapt bdrewery jhb emaste - Commits
- rS329993: Allow CROSS_TOOLCHAIN to be a path to a file.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14750 Build 14871: arc lint + arc unit
Event Timeline
head/Makefile.inc1 | ||
---|---|---|
64 ↗ | (On Diff #39717) | Maybe CROSS_TOOLCHAIN ${CROSS_TOOLCHAIN} not found? My thought is that someone may find instructions to run e.g. make CROSS_TOOLCHAIN=powerpc64-gcc TARGET=powerpc TARGET_ARCH=powerpc64 buildworld, and if it's not installed reporting that it's invalid could be confusing. |
head/Makefile.inc1 | ||
---|---|---|
64 ↗ | (On Diff #39717) | +1 on Ed's suggestion (a fan of the overall change though) |