Skip to content

Add ar an ranlib to cctools support

For the target we try to implement we have to create static libraries of the prelude and such. For this ar and ranlib are used. This MR allows customising them from the sac2crc file.

  • AR in sac2crc becomes %ar%
  • RANLIB in sac2crc becomes %ranlib%

Merge request reports