]> 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 Feb 2021 16:35:14 +0000 (16:35 +0000)
commit962a3814d4c838d21a67a4b704c64be843cb2b51
treef9ec317fafe632f978e4c4ae8dd1f196ae912ff7
parent39df2b568230e02350684e4f4d8353023daa1749
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)
tools/build/Makefile