secp256k1
secp256k1 copied to clipboard
build: Rename arm to arm32 and check if it's really supported
See the discussion starting here: https://github.com/bitcoin-core/secp256k1/pull/936#issuecomment-831473420
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?