We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e311459 commit 2a925d5Copy full SHA for 2a925d5
configure
@@ -585,13 +585,6 @@ def configure_node(o):
585
586
if target_arch == 'arm':
587
configure_arm(o)
588
- elif (target_arch == 'arm64' and
589
- not options.shared_openssl and
590
- not options.without_ssl):
591
- # FIXME(bnoordhuis) It's not possible to build the bundled openssl due to
592
- # deps/openssl/asm/arm-elf-gas/modes/ghash-armv4.S, which is 32 bits only.
593
- warn('not building openssl, arm64 not yet supported')
594
- options.without_ssl = True
595
elif target_arch in ('mips', 'mipsel'):
596
configure_mips(o)
597
0 commit comments