projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730e511
)
configure: always set `arm_float_abi`
author
Fedor Indutny
<fedor.indutny@gmail.com>
Wed, 8 Jan 2014 21:08:29 +0000
(
01:08
+0400)
committer
Fedor Indutny
<fedor.indutny@gmail.com>
Wed, 8 Jan 2014 21:08:29 +0000
(
01:08
+0400)
When not specified as a configure flag, and not derived from system
configuration, `arm_float_abi` should be set to `'default'`.
fix #6789
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index b950bdcb7b1091f3770c60182485827eeda81603..38a88c93f3377095ba3ababf9762da24d150c651 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-431,7
+431,7
@@
def configure_arm(o):
elif is_arm_hard_float_abi():
arm_float_abi = 'hard'
else:
- 'default'
+
arm_float_abi =
'default'
o['variables']['armv7'] = int(is_arch_armv7())
o['variables']['arm_fpu'] = 'vfpv3' # V8 3.18 no longer supports VFP2.
o['variables']['arm_neon'] = int(is_arm_neon())