Skip to content

Commit

Permalink
feat: add linux/riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo committed Dec 30, 2024
1 parent eaf08dc commit ab943fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ linux-x86: ## 🐧 Build a dynamically linked cjit using libs found on Linux x86
@rm -f .build_done*
date | tee .build_done_linux

linux-riscv64: ## 🐧 Build a dynamically linked cjit using libs found on RISC-V 64
$(MAKE) -f build/linux.mk embed-posix cjit
@rm -f .build_done*
date | tee .build_done_linux

win-wsl: ## 🪟 Build cjit.exe for WIN64 on an Ubuntu WSL VM using gcc-mingw-w64
$(MAKE) -f build/win-wsl.mk cross-win embed-win cjit.exe
@rm -f .build_done*
Expand Down

0 comments on commit ab943fc

Please sign in to comment.