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
As already mentioned in #176 it is not possible to overwrite the archiver flags. The patch for fixing #176 statically decides about the archiver flags based on the host. The following scenario is broken:
Host OSX
(Cross) Toolchain with a ar as archiver
bake will pick the libtool flags because of the host type. This doesn't work if the archiver command is set to some ar variant (common case for cross compilation).
The text was updated successfully, but these errors were encountered:
After talking to flxo this fix is not urgently needed, to it will be shifted.
Internal starndard flags will be removed in bake3, which should fix this automatically.
As already mentioned in #176 it is not possible to overwrite the archiver flags. The patch for fixing #176 statically decides about the archiver flags based on the host. The following scenario is broken:
ar
as archiverbake
will pick thelibtool
flags because of the host type. This doesn't work if the archiver command is set to somear
variant (common case for cross compilation).The text was updated successfully, but these errors were encountered: