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

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Feb 24, 2022

'uname -m' returns 'aarch64' when using armhf container on arm64 hosts.
this cause compile error on asm code in eval.c

Closes #485

… -m.

'uname -m' returns 'aarch64' when using armhf container on arm64 hosts. this cause compile error on asm code in eval.c
k-okada added a commit to k-okada/jskeus that referenced this pull request Feb 24, 2022
@k-okada k-okada force-pushed the use_dumpmachine branch 3 times, most recently from 54db04e to 2be5ca4 Compare February 24, 2022 14:07
@k-okada k-okada merged commit 34d6e9c into euslisp:master Apr 18, 2024
34 checks passed
@k-okada k-okada deleted the use_dumpmachine branch April 18, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

armhf builds on the ROS buildfarm are currently failing
1 participant