update cheri article

This commit is contained in:
2022-11-30 00:53:42 +00:00
parent 25594e233e
commit 27dd36aa3a
3 changed files with 82 additions and 7 deletions

View File

@ -1,5 +1,5 @@
CFLAGS += -Wall -g -fno-stack-protector -O0
CC ?= clang
CC := clang
PURECAP_CC ?= ~/cheri/output/sdk/utils/cheribsd-riscv64-purecap-clang
SOURCES := $(wildcard *.c)