Diff libsecp256k1-0.3.1 with a libsecp256k1-0.3.2

/usr/portage/dev-libs/libsecp256k1/libsecp256k1-0.3.2.ebuild 2023-10-09 14:52:29.528368351 +0300
55 55
	)
56 56
	if use asm; then
57 57
		if use arm; then
58
			myeconfargs+=( --with-asm=arm )
58
			myeconfargs+=( --with-asm=arm32 )
59 59
		else
60 60
			myeconfargs+=( --with-asm=auto )
61 61
		fi
Thank you!