diff options
| author | Brian Campbell | 2018-05-04 19:08:15 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-05-04 19:08:15 +0100 |
| commit | 05a4a75d328d3bd8469167f6f23dda918146117a (patch) | |
| tree | 8d4175596391d22c9be89443f83e39ace9473896 /cheri/Makefile | |
| parent | 066ecac9d79769e1a759f8ed1b13b18548aef36c (diff) | |
Bit of hackery to MIPS prelude and Makefiles to get monomorphised CHERI
Diffstat (limited to 'cheri/Makefile')
| -rw-r--r-- | cheri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheri/Makefile b/cheri/Makefile index 44dc3c24..01583280 100644 --- a/cheri/Makefile +++ b/cheri/Makefile @@ -51,7 +51,7 @@ cheri_no_tlb.lem: $(CHERI_NO_TLB_SAILS) cheri_no_tlb_types.lem: cheri_no_tlb.lem cheri.lem: $(CHERI_SAILS) - $(SAIL) -lem -o cheri -lem_lib Mips_extras -undefined_gen -memo_z3 $^ + $(SAIL) -lem -o cheri -auto_mono -mono_rewrites -lem_mwords -lem_lib Mips_extras -undefined_gen -memo_z3 $^ cheri_types.lem: cheri.lem cheri128_no_tlb.lem: $(CHERI128_NO_TLB_SAILS) |
