mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 01:28:33 +00:00
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
This commit is contained in:
parent
7ccaf76a27
commit
834f73d253
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user