org.qbicc.machine.tool.gnu.GccToolChain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-machine-tool-gnu Show documentation
Show all versions of qbicc-machine-tool-gnu Show documentation
Support for the GNU compiler suite
The newest version!
package org.qbicc.machine.tool.gnu;
import org.qbicc.machine.tool.CToolChain;
/**
*
*/
public interface GccToolChain extends CToolChain {
default String getImplementationName() {
return "gnu";
}
GnuCCompilerInvoker newCompilerInvoker();
GnuLinkerInvoker newLinkerInvoker();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy