From adff006b47b1402706b673be10a3f9a60441d32f Mon Sep 17 00:00:00 2001 From: Kathy Gray Date: Tue, 17 Nov 2015 14:54:22 +0000 Subject: Very nearly there sequential interpreter, just need to hook in the spec files for the different isas to support --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 02958c18..f9fb9f5c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,6 +13,8 @@ interpreter: elf: ocamlbuild -use-ocamlfind -pkgs batteries,uint,unix,zarith src_elf/main_elf.native + ocamlbuild -use-ocamlfind -pkgs batteries,uint,unix,zarith src_elf/abis/power64/abi_power64.cmxa + ocamlbuild -use-ocamlfind -pkgs batteries,uint,unix,zarith src_elf/abis/aarch64/abi_aarch64_le.cmxa test: sail interpreter ocamlbuild test/run_tests.native -- cgit v1.2.3