The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=e0229c5110d2a35e1cc464a596fff2498b836b1c
commit e0229c5110d2a35e1cc464a596fff2498b836b1c Author: Alexander Motin <m...@freebsd.org> AuthorDate: 2021-07-27 23:50:52 +0000 Commit: Alexander Motin <m...@freebsd.org> CommitDate: 2021-07-27 23:52:39 +0000 Remove opensolaris_atomic.S dependency. This file is no longer there, so this broke static zfs build. MFC after: 1 week --- sys/conf/files.i386 | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index d0148f280903..8083392c53f6 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -22,7 +22,6 @@ cloudabi32_vdso_blob.o optional compat_cloudabi32 \ compile-with "${OBJCOPY} --input-target binary --output-target elf32-i386-freebsd --binary-architecture i386 cloudabi32_vdso.o ${.TARGET}" \ no-implicit-rule \ clean "cloudabi32_vdso_blob.o" -cddl/contrib/opensolaris/common/atomic/i386/opensolaris_atomic.S optional zfs | dtrace compile-with "${ZFS_S}" cddl/dev/dtrace/i386/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" cddl/dev/dtrace/i386/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" crypto/aesni/aeskeys_i386.S optional aesni _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"