Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable run-time detection by default on powerpc64 and aarch64 linux-uclibc #193

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Oct 19, 2024

dlsym is used by default if needed for compatibility with older versions.

You can force getauxval/elf_aux_info to be called directly instead of using dlsym by --cfg portable_atomic_outline_atomics (compatible-behavior with the latest released versions of portable-atomic).

@taiki-e taiki-e added O-powerpc Target: PowerPC processors O-aarch64 Target: Armv8-A, Armv8-R, or later processors in AArch64 mode labels Oct 19, 2024
@taiki-e taiki-e force-pushed the detect-dlsym branch 5 times, most recently from 55ea7e5 to bdfea9d Compare October 19, 2024 15:59
@taiki-e taiki-e merged commit 4f5bd08 into main Oct 19, 2024
105 checks passed
@taiki-e taiki-e deleted the detect-dlsym branch October 19, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-aarch64 Target: Armv8-A, Armv8-R, or later processors in AArch64 mode O-powerpc Target: PowerPC processors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant