Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use gcc -dumpmachine to detect target machine, instead of using uname -m. #486

Merged
merged 4 commits into from
Apr 18, 2024

Commits on Feb 24, 2022

  1. 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
    k-okada committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0f0bca5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    87c6547 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    7a394c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    065ebee View commit details
    Browse the repository at this point in the history