Skip to content

Commit

Permalink
build{libcompat}: Pass UNIVERSE_TOOLCHAIN_PATH to the _lc_build-tools…
Browse files Browse the repository at this point in the history
… submake

This fixes make UNIVERSE_TOOLCHAIN=yes with libcompats.

Reviewed by:	jrtc27
Differential Revision:	https://reviews.freebsd.org/D41535
  • Loading branch information
bsdjhb committed Aug 22, 2023
1 parent 7ccaf76 commit 834f73d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.libcompat
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 834f73d

Please sign in to comment.