From cf9c9d4dc852159ea6569a09072c2de0c08e11b2 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 4 Jun 2023 16:53:59 +0000 Subject: [PATCH] tools: revert use of tools/Makefile.host revision 1.35 changed from setting various NOxxx variables and .include to .include which sets the same NOxxx variables, .include which optionally .include ../Makefile.inc before .include . This chnage caused build failures with HAVE_LLVM=yes, so revert rev 1.35. (Maybe to do with the .include ../Makefile.inc. The tools/llvm* build is tricky, and it's easier to revert this change than debug.) --- tools/Makefile.host | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.host b/tools/Makefile.host index b599c8e0f1ad..9608ca365da7 100644 --- a/tools/Makefile.host +++ b/tools/Makefile.host @@ -1,6 +1,11 @@ -# $NetBSD: Makefile.host,v 1.35 2023/06/04 10:00:20 lukem Exp $ +# $NetBSD: Makefile.host,v 1.36 2023/06/04 16:53:59 lukem Exp $ -.include +NOINFO= # defined +NOLINT= # defined +NOMAN= # defined +MKREPRO=no # Native toolchain might be unable to do it + +.include .ifndef NOCOMPATLIB # Use TOOLDIR copy of libnbcompat and associated *.h files