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

termux_step_override_config_scripts.sh: do not replace files when compiling based on glibc #21639

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Maxython
Copy link
Member

@Maxython Maxython commented Oct 3, 2024

No description provided.

@Grimler91
Copy link
Member

Aren't glibc packages also cross-compiled? I.e., are you sure llvm-config and pg_config are runnable in compilation environment?

@Maxython
Copy link
Member Author

Maxython commented Oct 3, 2024

Aren't glibc packages also cross-compiled? I.e., are you sure llvm-config and pg_config are runnable in compilation environment?

Binaries from glibc packages for Termux can be run in a Linux distribution (including in a container environment). This is possible thanks to qemu (which allows running arm/aarch64 binaries) and some algorithms in build scripts that install and configure the glibc environment of the application.

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.

2 participants