secp256k1 icon indicating copy to clipboard operation
secp256k1 copied to clipboard

build: Rename arm to arm32 and check if it's really supported

Open real-or-random opened this issue 3 years ago • 4 comments

See the discussion starting here: https://github.com/bitcoin-core/secp256k1/pull/936#issuecomment-831473420

real-or-random avatar Dec 07 '21 10:12 real-or-random

I would like to work on this. Please tell me which files need to be updated.

Psycho-Pirate avatar Feb 17 '22 19:02 Psycho-Pirate

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/)

real-or-random avatar Feb 17 '22 20:02 real-or-random

Thanks, I will look into this!

Psycho-Pirate avatar Feb 18 '22 09:02 Psycho-Pirate

@Psycho-Pirate Are you still interested in working on this?

real-or-random avatar Aug 02 '22 10:08 real-or-random