Page MenuHomeFreeBSD

Allow CROSS_TOOLCHAIN to be a path to a file.
ClosedPublic

Authored by brooks on Feb 2 2018, 10:40 PM.
Tags
None
Referenced Files
F172533373: D14178.id38799.diff
Sat, Sep 19, 2:24 AM
F172533153: D14178.id39717.diff
Sat, Sep 19, 2:23 AM
F172530195: D14178.diff
Sat, Sep 19, 1:58 AM
Unknown Object (File)
Fri, Sep 18, 9:25 AM
Unknown Object (File)
Fri, Sep 18, 9:18 AM
Unknown Object (File)
Thu, Sep 10, 10:16 PM
Unknown Object (File)
Thu, Sep 10, 5:18 PM
Unknown Object (File)
Tue, Sep 8, 8:32 PM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14750
Build 14871: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 25 2018, 8:21 PM
This revision was automatically updated to reflect the committed changes.
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)