Commit 7a9c8ff
committed
tools/Dockerfile: Disable out-of-line helpers for atomics when building OpenSSL
When building OpenSSL on ARM, we get the following error:
```
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/13/libgcc.a(lse-init.o): in function `init_have_lse_atomics':
(.text.startup+0x10): undefined reference to `__getauxval'
```
We disable out-of-line helpers for atomic operations to avoid relying on
__getauxval.
Signed-off-by: Costin Lupu <[email protected]>1 parent 1a4c8f3 commit 7a9c8ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments