Skip to content

Commit 92dfb79

Browse files
author
Shigeki Ohtsu
committed
build: enable ssl support on arm64
Fixes: #589 PR-URL: #1389 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 11bec72 commit 92dfb79

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure

-7
Original file line numberDiff line numberDiff line change
@@ -594,13 +594,6 @@ def configure_node(o):
594594

595595
if target_arch == 'arm':
596596
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
604597
elif target_arch in ('mips', 'mipsel'):
605598
configure_mips(o)
606599

0 commit comments

Comments
 (0)