node.js version 20.x is now active LTS. mipsel (pistachio) is no longer supported. Due to build difficulties, libuv shared libraries are not used. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
10 lines
310 B
Diff
10 lines
310 B
Diff
--- a/configure.py
|
|
+++ b/configure.py
|
|
@@ -1270,7 +1270,6 @@ def configure_node(o):
|
|
|
|
# Enable branch protection for arm64
|
|
if target_arch == 'arm64':
|
|
- o['cflags']+=['-msign-return-address=all']
|
|
o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
|
|
|
|
if options.node_snapshot_main is not None:
|