1 Fixes cross compilation to aarch64-linux by reverting
2 https://github.com/nodejs/node/pull/43200
8 # Enable branch protection for arm64
9 if target_arch == 'arm64':
10 - o['cflags']+=['-msign-return-address=all']
11 o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
13 if options.node_snapshot_main is not None: