diff options
| author | Prashanth Mundkur | 2019-01-21 18:42:12 -0800 |
|---|---|---|
| committer | Prashanth Mundkur | 2019-01-21 18:42:12 -0800 |
| commit | 8a3c75dfd07d7264a82450aaebce86b5e82c974b (patch) | |
| tree | 5ab5aa110dde8a7072d48af83d90ca460473fc92 /lib | |
| parent | 365cf2015c77551e37d31336220497f6ca84794c (diff) | |
The RISCV environment variable collides with common usage by the RISC-V toolchain; use SAIL_RISCV instead to refer to sail-riscv.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/isabelle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/isabelle/Makefile b/lib/isabelle/Makefile index a1500292..975810a1 100644 --- a/lib/isabelle/Makefile +++ b/lib/isabelle/Makefile @@ -12,7 +12,7 @@ ifeq ($(wildcard $(LEM_ISA_LIB)/ROOT),) $(error isabelle-lib directory of Lem not found. Please set the LEM_ISA_LIB environment variable) endif -RISCV ?= ../../../sail-riscv +SAIL_RISCV ?= ../../../sail-riscv .PHONY: all heap-img clean @@ -25,8 +25,8 @@ heap-img: thys $(EXTRA_THYS) ROOT manual: heap-img manual/Manual.thy manual/ROOT manual/document/root.tex cp output/document/session_graph.pdf manual/document/Sail_session_graph.pdf - make -C $(RISCV) riscv_duopod - isabelle build -d $(LEM_ISA_LIB) -d . -d $(RISCV)/generated_definitions/isabelle -D manual + make -C $(SAIL_RISCV) riscv_duopod + isabelle build -d $(LEM_ISA_LIB) -d . -d $(SAIL_RISCV)/generated_definitions/isabelle -D manual Sail2_instr_kinds.thy: ../../src/lem_interp/sail2_instr_kinds.lem lem -isa -outdir . -auxiliary_level none -lib ../../src/lem_interp -lib ../../src/gen_lib $< |
