HomeFreeBSD

tools/build/make.py: Avoid calling brew --prefix on macOS unnecessarily

Description

tools/build/make.py: Avoid calling brew --prefix on macOS unnecessarily

If all the require variables (XCC/XCXX/XCPP/XLD) are already set in the
environment, we don't have to infer a default value for the cross toolchain
path. This avoids an additional brew --prefix call when building with
cheribuild (since it already sets all these variables).

Details

Provenance
arichardsonAuthored on Mar 5 2021, 10:21 AM
Parents
rG2b9dbcd390df: lib/msun/tests: Skip fenv_test:masking if exceptions can't be trapped
Branches
Unknown
Tags
Unknown