> On 13 Aug 2023, at 21:13, Mark Millard <mark...@yahoo.com> wrote:
>
> But the offical CI builds on amd64 do not have the problem.
>
> We still have not found what is different about your context from the
> standard context used for CI builds and snapshot builds, all of which
> have worked find building on amd64 to target aarch64 with armv7 support.
My src.conf:
WITHOUT_PROFILE=yes
WITHOUT_TESTS=yes
WITHOUT_STATIC=yes
WITHOUT_LLVM_TARGET_ALL=yes
.if "${TARGET}" == "arm64" && "${TARGET_ARCH}" == "aarch64"
KERNCONF?=GENERIC-MMCCAM
REPODIR?=/data/poudriere/packages/pkgbase
MODULES_EXTRA="rpi_ft5406"
WITH_LLVM_TARGET_AARCH64=yes
WITH_LLVM_TARGET_ARM=yes
.else
KERNCONF?=GENERIC-NODEBUG
REPODIR?=/data/poudriere/packages/pkgbase
WITH_LLVM_TARGET_AARCH64=yes
WITH_LLVM_TARGET_X86=yes
.endif
make.conf is empty, git workdir has `main’ checked out, without any
modifications (git status reports clean workdir)
otis
—
Juraj Lutter
o...@freebsd.org