diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-04-01 22:41:35 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-04-01 22:41:35 +0300 |
commit | a9b21a1d5c55939cf3db1f3d5c857760601adb3b (patch) | |
tree | 800080243eaa230791f5c33a1e9f697566e1dcd5 | |
parent | 27362d8e0af2f2a39da69239dcd207e0ff20cced (diff) | |
download | ejit-a9b21a1d5c55939cf3db1f3d5c857760601adb3b.tar.gz ejit-a9b21a1d5c55939cf3db1f3d5c857760601adb3b.zip |
powerpc64le seems to work
-rwxr-xr-x | scripts/select-compile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/select-compile b/scripts/select-compile index 5d934b2..38fc7b0 100755 --- a/scripts/select-compile +++ b/scripts/select-compile @@ -9,6 +9,7 @@ JIT="src/compile/compile.c" NOJIT="src/compile/nocompile.c" case "$ARCH" in + powerpc64le) echo "$JIT" ;; mips64el) echo "$JIT" ;; aarch64) echo "$JIT" ;; mipsel) echo "$JIT" ;; |