Skip to content

Cross compilation broken on OSX: wrong archiver flags #178

Description

@flxo

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions