All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.machine.tool.gnu.GccToolChain Maven / Gradle / Ivy

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