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
For BSD the format of __.SYMDEF (at begin of archive) is:
First length of ranlib structures (8 bytes)
Then pairs of string table offset and offset from begin of archive to start of archive file containing symbol (each pair 8 bytes total)
Finally length of string table (8 bytes)
* Use builtin ranlib instead of running external ranlib
This makes it possible to create rlibs for any target without installing
a toolchain for the target
Fixes#763
* Disable builtin ranlib on macOS
Necessary for cross compiling, as using the native ranlib causes problems when cross compiling between systems using GNU and BSD style ar archives.
The text was updated successfully, but these errors were encountered: