avoid dependency on NETBSDSRCDIR being set.
due to various things, non-build.sh builds don't have it set already and it ends up defaulting to /usr/src, so if that doesn't exist or is the wrong version, building libkern fails. XXX: pullup-10, ..?
This commit is contained in:
parent
dd15e3702a
commit
aba4095113
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile.compiler-rt,v 1.13 2021/06/16 05:21:09 rin Exp $
|
||||
# $NetBSD: Makefile.compiler-rt,v 1.14 2023/11/13 19:07:00 mrg Exp $
|
||||
|
||||
COMPILER_RT_DIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt
|
||||
COMPILER_RT_DIR= ${.PARSEDIR}/../../external/bsd/compiler_rt
|
||||
COMPILER_RT_SRCDIR= ${COMPILER_RT_DIR}/dist
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
|
|
Loading…
Reference in New Issue