]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tools/build/make.py: Fix macOS build after a920b9817
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Tue, 22 Dec 2020 16:14:32 +0000 (17:14 +0100)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 7 Jan 2021 10:55:21 +0000 (10:55 +0000)
commitd037edf82071d8efb5a58d8d1a923cdfea2e0a7c
tree0b1e0b62324d65fdb07a3f5d63704faa9cc6eb08
parent7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f
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.
tools/build/make.py