We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bec72 commit 92dfb79Copy full SHA for 92dfb79
configure
@@ -594,13 +594,6 @@ def configure_node(o):
594
595
if target_arch == 'arm':
596
configure_arm(o)
597
- elif (target_arch == 'arm64' and
598
- not options.shared_openssl and
599
- not options.without_ssl):
600
- # FIXME(bnoordhuis) It's not possible to build the bundled openssl due to
601
- # deps/openssl/asm/arm-elf-gas/modes/ghash-armv4.S, which is 32 bits only.
602
- warn('not building openssl, arm64 not yet supported')
603
- options.without_ssl = True
604
elif target_arch in ('mips', 'mipsel'):
605
configure_mips(o)
606
0 commit comments