Skip to content

Commit 834f73d

Browse files
committed
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
1 parent 7ccaf76 commit 834f73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.libcompat

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ build${libcompat}: .PHONY
6363
DESTDIR= \
6464
OBJTOP=${LIB${_LIBCOMPAT}_OBJTOP} \
6565
OBJROOT='$${OBJTOP}/' \
66+
UNIVERSE_TOOLCHAIN_PATH=${UNIVERSE_TOOLCHAIN_PATH} \
6667
MAKEOBJDIRPREFIX= \
6768
-DNO_LINT \
6869
-DNO_CPU_CFLAGS \

0 commit comments

Comments
 (0)