]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix bootstrap tools build on macOS after 02af91c52e71e8a0f47251e637c9687f35d45dd9
authorAlex Richardson <arichardson@FreeBSD.org>
Wed, 17 Feb 2021 16:03:11 +0000 (16:03 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Wed, 17 Mar 2021 09:59:38 +0000 (09:59 +0000)
commit60fd443962d8d1119b04269a77bc6d64b0900dcc
tree6469e54f2fd63a4982cdb105e4f31bb73b8ab088
parentedb96bf587fe89736d87fd12409cc734c52919a8
Fix bootstrap tools build on macOS after 02af91c52e71e8a0f47251e637c9687f35d45dd9

After changing the namespace.h header we need to provide _err on macOS, too.
Previously we used the system libc err*/warn*, but that does not provide
_err/_warn (which is used by other bootstrapped files from libc).
To fix this problem bootstrap err.c on macOS as well.

Fixes: 02af91c52 (Fix crossbuild bootstrap tools build with Clang 12)
(cherry picked from commit 962a3814d4c838d21a67a4b704c64be843cb2b51)
tools/build/Makefile