From 2a925d5ad1d7656c62b7d2f4486a0eaf7027df60 Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Fri, 10 Apr 2015 16:13:53 +0900 Subject: [PATCH] build: enable ssl support on arm64 --- configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure b/configure index 47b9fa313d63d2..bf1e82ae2e0641 100755 --- a/configure +++ b/configure @@ -585,13 +585,6 @@ def configure_node(o): if target_arch == 'arm': configure_arm(o) - elif (target_arch == 'arm64' and - not options.shared_openssl and - not options.without_ssl): - # FIXME(bnoordhuis) It's not possible to build the bundled openssl due to - # deps/openssl/asm/arm-elf-gas/modes/ghash-armv4.S, which is 32 bits only. - warn('not building openssl, arm64 not yet supported') - options.without_ssl = True elif target_arch in ('mips', 'mipsel'): configure_mips(o)