Skip to content

Conversation

@clupuishere
Copy link
Member

…ng 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.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…ng 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]>
@clupuishere clupuishere merged commit c4f5dd7 into main Nov 18, 2025
17 checks passed
@clupuishere clupuishere deleted the staging branch November 18, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants