All Implemented Interfaces:
Cloneable, Linker, Processor

public final class GccLibrarian extends AbstractArLibrarian
Adapter for the 'ar' archiver
  • Field Details

    • objFileExtensions

      private static String[] objFileExtensions
    • instance

      private static GccLibrarian instance
  • Constructor Details

    • GccLibrarian

      private GccLibrarian(String command, String[] inputExtensions, boolean isLibtool, GccLibrarian libtoolLibrarian)
  • Method Details

    • getInstance

      public static GccLibrarian getInstance()
    • getLinker

      public Linker getLinker(LinkType type)
      Description copied from interface: Linker
      Gets the linker for the specified link type.
      Returns:
      appropriate linker or null, will return this if this linker can handle the specified link type