You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 setUID_MAX
andGID_MAX
. The only workaround is to run the configure script on the host, transfer it over to the build machine and then compile withmake CC=some-cross-compiler-cc
The text was updated successfully, but these errors were encountered: