Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use gcc -dumpmachine to detect target machine, instead of using uname…
… -m. 'uname -m' returns 'aarch64' when using armhf container on arm64 hosts. this cause compile error on asm code in eval.c
- Loading branch information