Class GccLinker

  • All Implemented Interfaces:
    Linker, org.codehaus.plexus.logging.LogEnabled

    @Component(role=Linker.class,
               hint="mingw",
               instantiationStrategy="per-lookup")
    public final class GccLinker
    extends AbstractLinker
    Generic MinGW linker with "-o " as its output option
    • Constructor Detail

      • GccLinker

        public GccLinker()