Menu

#500 0.74-2: crosscompile ranlib is detected, but not ar

v1.0_(example)
open
nobody
None
1
2019-03-17
2019-03-17
rofl0r
No

using the standard ./configure --host=i486-linux-musl, compiler and ranlib are detected to be i486-linux-musl-gcc/i486-linux-musl-ranlib, but ar is used without a prefixed triplet (e.g. you can see ar cru) in the build log. i fixed it by running make AR=i486-linux-musl-ar, overriding the configure-set default.

Discussion


Log in to post a comment.

Monday.com Logo