Class GccLibrarian

    • Field Detail

      • objFileExtensions

        private static java.lang.String[] objFileExtensions
    • Constructor Detail

      • GccLibrarian

        private GccLibrarian​(java.lang.String command,
                             java.lang.String[] inputExtensions,
                             boolean isLibtool,
                             GccLibrarian libtoolLibrarian)
    • Method Detail

      • 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