-
Notifications
You must be signed in to change notification settings - Fork 1k
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
build: Rename arm to arm32 and check if it's really supported #1034
Comments
I would like to work on this. Please tell me which files need to be updated. |
Have a look at configure.ac. You need to be familiar with shell scripting, and you need to figure out a way to detect arm32 support. The autoconf documentation may be useful. (https://www.gnu.org/software/autoconf/) |
Thanks, I will look into this! |
@Psycho-Pirate Are you still interested in working on this? |
At least in CMake-based build system, it seems worth making the
|
See the discussion starting here: #936 (comment)
The text was updated successfully, but these errors were encountered: