From 834f73d253581dba80a2d67a7c06b102b78c8a58 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 21 Aug 2023 21:00:45 -0700 Subject: [PATCH] build{libcompat}: Pass UNIVERSE_TOOLCHAIN_PATH to the _lc_build-tools submake This fixes make UNIVERSE_TOOLCHAIN=yes with libcompats. Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D41535 --- Makefile.libcompat | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libcompat b/Makefile.libcompat index a717cd9639b0..a957c47598e6 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -63,6 +63,7 @@ build${libcompat}: .PHONY DESTDIR= \ OBJTOP=${LIB${_LIBCOMPAT}_OBJTOP} \ OBJROOT='$${OBJTOP}/' \ + UNIVERSE_TOOLCHAIN_PATH=${UNIVERSE_TOOLCHAIN_PATH} \ MAKEOBJDIRPREFIX= \ -DNO_LINT \ -DNO_CPU_CFLAGS \