diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-04-02 21:16:13 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-04-02 21:16:13 +0300 |
commit | 89d9f5c3fc59eff3b1a46fe6d44f5ee92eeb7be4 (patch) | |
tree | 98e2ab35e8332e7dea389b1b680a32e974057406 /scripts | |
parent | b6642566af5ca9a21b7ce36ce9a996ff73f52da1 (diff) | |
download | ejit-89d9f5c3fc59eff3b1a46fe6d44f5ee92eeb7be4.tar.gz ejit-89d9f5c3fc59eff3b1a46fe6d44f5ee92eeb7be4.zip |
armhf seems to work
Diffstat (limited to 'scripts')
-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 38fc7b0..37c67a1 100755 --- a/scripts/select-compile +++ b/scripts/select-compile @@ -13,6 +13,7 @@ case "$ARCH" in mips64el) echo "$JIT" ;; aarch64) echo "$JIT" ;; mipsel) echo "$JIT" ;; + armhf) echo "$JIT" ;; amd64) echo "$JIT" ;; x86*) echo "$JIT" ;; *) echo "$NOJIT" ;; |