Skip to content

Commit 3b47a65

Browse files
jrtc27brooksdavis
authored andcommitted
Revert "Hack for libcheri trying to install CDDL libs despite BROKEN_OPTIONS+=CDDL"
This reverts commit 175095d.
1 parent 088ef15 commit 3b47a65

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Makefile.libcompat

-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ __<${_this:T}>__:
1111

1212
_LC_LIBDIRS.yes= lib
1313
_LC_LIBDIRS.yes+= gnu/lib
14-
# XXX: See src.opts.mk hack
15-
.if ${MK_COMPAT_CHERIABI} != "yes" || !${TARGET_ARCH:Mriscv64*}
1614
_LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib
17-
.endif
1815
_LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib
1916
_LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib
2017

share/mk/src.opts.mk

-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ BROKEN_OPTIONS+=NS_CACHING
380380
# Skip until https://github.com/CTSRD-CHERI/llvm-project/issues/379 is fixed.
381381
BROKEN_OPTIONS+=LIBCPLUSPLUS CXX
382382
# Crash in ZFS code. TODO: investigate
383-
# Remove corresponding hack in Makefile.libcompat when removing
384383
BROKEN_OPTIONS+=CDDL
385384

386385
# Some compilation failure: TODO: investigate

0 commit comments

Comments
 (0)