mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-23 00:04:47 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
6fe41c9723
commit
1054e3dbe4
51 changed files with 3521 additions and 1 deletions
13
packages/nodejs/revert-arm64-pointer-auth.patch
Normal file
13
packages/nodejs/revert-arm64-pointer-auth.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fixes cross compilation to aarch64-linux by reverting
|
||||
https://github.com/nodejs/node/pull/43200
|
||||
|
||||
--- old/configure.py
|
||||
+++ new/configure.py
|
||||
@@ -1236,7 +1236,6 @@
|
||||
|
||||
# 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:
|
Loading…
Add table
Add a link
Reference in a new issue