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

Cross compiling is broken #107

Open
Un1q32 opened this issue Nov 12, 2022 · 0 comments
Open

Cross compiling is broken #107

Un1q32 opened this issue Nov 12, 2022 · 0 comments

Comments

@Un1q32
Copy link

Un1q32 commented Nov 12, 2022

The configure script just configures it for the build system even when specifying a different host with --host. The only difference seems to be that it doesn't set UID_MAX and GID_MAX. The only workaround is to run the configure script on the host, transfer it over to the build machine and then compile with make CC=some-cross-compiler-cc

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

No branches or pull requests

1 participant