From c601adc5cd37797e7dade92cbd7e79507867d051 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 22 Jan 2015 21:52:33 +0100 Subject: [PATCH] configure: port remove unused arm_neon variable Port c6cd46041c70794d89634da380555fb613c2e0ab from io.js. Original commit message: Remove the configure check, the flag was dropped in V8 3.28. PR-URL: https://github.com/iojs/io.js/pull/559 Reviewed-By: Fedor Indutny --- configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure b/configure index b2d37692940c..d819bf99bf21 100755 --- a/configure +++ b/configure @@ -393,11 +393,6 @@ def is_arch_armv6(): '__ARM_ARCH_6M__' in cc_macros_cache) -def is_arm_neon(): - """Check for ARM NEON support""" - return '__ARM_NEON__' in cc_macros() - - def is_arm_hard_float_abi(): """Check for hardfloat or softfloat eabi on ARM""" # GCC versions 4.6 and above define __ARM_PCS or __ARM_PCS_VFP to specify @@ -492,11 +487,9 @@ def configure_arm(o): if is_arch_armv7(): o['variables']['arm_fpu'] = 'vfpv3' - o['variables']['arm_neon'] = int(is_arm_neon()) o['variables']['arm_version'] = '7' else: o['variables']['arm_fpu'] = 'vfpv2' - o['variables']['arm_neon'] = 0 o['variables']['arm_version'] = '6' if is_arch_armv6() else 'default' o['variables']['arm_thumb'] = 0 # -marm