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

Fix dynamic dependency on libssp.so with -fstack-protector-strong when cross-compiling from macOS to Linux #83

Open
deciduously opened this issue Jul 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Darwin low-priority

Comments

@deciduously
Copy link
Member

The current darwin to Linux GCC cross-toolchains produces executables with a runtime dependency on libssp.so when compiling with -fstack-protector-strong. The Linux GCC toolchains use the built-in machinery from libc for this feature, resulting in executables without this additional runtime dependency.

Reconfigure the Darwin cross toolchain build to match the behavior on Linux.

@deciduously deciduously added bug Something isn't working low-priority Darwin labels Jul 10, 2024
@deciduously deciduously self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Darwin low-priority
Projects
None yet
Development

No branches or pull requests

1 participant