Skip to content

Commit 2a925d5

Browse files
author
Shigeki Ohtsu
committed
build: enable ssl support on arm64
1 parent e311459 commit 2a925d5

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
@@ -585,13 +585,6 @@ def configure_node(o):
585585

586586
if target_arch == 'arm':
587587
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
595588
elif target_arch in ('mips', 'mipsel'):
596589
configure_mips(o)
597590

0 commit comments

Comments
 (0)