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

      • clone

        protected java.lang.Object clone()
                                  throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class AbstractProcessor
        Throws:
        java.lang.CloneNotSupportedException
      • 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
      • superlink

        private void superlink​(CCTask task,
                               java.io.File outputFile,
                               java.lang.String[] sourceFiles,
                               CommandLineLinkerConfiguration config)
                        throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException