Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2021 23:52:44 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e0229c5110d2 - main - Remove opensolaris_atomic.S dependency.
Message-ID:  <202107272352.16RNqipc046322@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=e0229c5110d2a35e1cc464a596fff2498b836b1c

commit e0229c5110d2a35e1cc464a596fff2498b836b1c
Author:     Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2021-07-27 23:50:52 +0000
Commit:     Alexander Motin <mav@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107272352.16RNqipc046322>