diff options
| author | Kathy Gray | 2015-11-17 14:54:22 +0000 |
|---|---|---|
| committer | Kathy Gray | 2015-11-17 14:54:36 +0000 |
| commit | adff006b47b1402706b673be10a3f9a60441d32f (patch) | |
| tree | 89f65282b24349107d4917b77a609ac98606cd24 /src/Makefile | |
| parent | 3323f7a685f0aa7d125a9f348112b6e25fb392ae (diff) | |
Very nearly there sequential interpreter, just need to hook in the spec files for the different isas to support
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
