HomeFreeBSD

tools/build/make.py: Fix macOS build after a920b9817

Description

tools/build/make.py: Fix macOS build after a920b9817

If we set STRIPBIN, we also have to set XSTRIPBIN since we otherwise
use the host /usr/bin/strip during buildworld. However, this does not
work on macOS since /usr/bin/strip doesn't handle ELF binaries.

Details

Provenance
arichardsonAuthored on Dec 22 2020, 4:14 PM
Parents
rG7fa2f2a62f04: Rename NO_WERROR -> MK_WERROR=no
Branches
Unknown
Tags
Unknown