commit | bd0ade7d090a334b3986936d63a34001d99722ad | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Sat Jul 12 12:45:58 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 18 12:22:24 2025 -0600 |
tree | c9df3e1b40bad6a00e670ebd0f402596e8c90064 | |
parent | 15d99b3bf5ec76e12b5a5ccdb9b923ba87fe6dab [diff] |
kbuild: Don't mandate gcc as the host compiler Systems that use clang may not have gcc installed. Set HOSTCC to cc and HOSTCXX to c++ like we did before to make those systems work again. Fixes: 5f520875bdf0 ("kbuild: Bump the build system to 5.1") Signed-off-by: Mark Kettenis <kettenis@openbsd.org>