Skip to content

Commit

Permalink
Remove the WITH(OUT)_CHERI option
Browse files Browse the repository at this point in the history
It only gates code already gated by appropriate CPU and ABI flags
and these small programs aren't things we're going to want to turn
off any time soon.
  • Loading branch information
brooksdavis committed Jul 22, 2023
1 parent 50dfbb8 commit 2b4188a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions share/mk/src.opts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ __DEFAULT_NO_OPTIONS = \
ZONEINFO_LEAPSECONDS_SUPPORT \

__DEFAULT_YES_OPTIONS+= \
CHERI \
CHERI_CAPREVOKE \
CHERIBSDBOX \
LIB64C
Expand Down Expand Up @@ -375,7 +374,6 @@ BROKEN_OPTIONS+=MLX5TOOL

.if (${__C} != "cheri" && ${__C} != "morello" && \
!${__T:Maarch64*c*} && !${__T:Mriscv64*c*})
BROKEN_OPTIONS+=CHERI
BROKEN_OPTIONS+=CHERI_CAPREVOKE
.endif

Expand Down
2 changes: 0 additions & 2 deletions tools/build/options/WITHOUT_CHERI

This file was deleted.

3 changes: 0 additions & 3 deletions tools/build/options/WITH_CHERI

This file was deleted.

0 comments on commit 2b4188a

Please sign in to comment.