All Implemented Interfaces:
Cloneable, Compiler, Processor

public final class GccCCompiler extends GccCompatibleCCompiler
Adapter for the GCC C/C++ compiler
  • Field Details

    • sourceExtensions

      private static final String[] sourceExtensions
    • headerExtensions

      private static final String[] headerExtensions
    • CMD_PREFIX

      public static final String CMD_PREFIX
      See Also:
    • cppInstance

      private static final GccCCompiler cppInstance
    • g77Instance

      private static final GccCCompiler g77Instance
    • gppInstance

      private static final GccCCompiler gppInstance
    • instance

      private static final GccCCompiler instance
    • identifier

      private String identifier
    • includePath

      private File[] includePath
    • isPICMeaningful

      private boolean isPICMeaningful
  • Constructor Details

    • GccCCompiler

      private GccCCompiler(String command, String[] sourceExtensions, String[] headerExtensions, boolean isLibtool, GccCCompiler libtoolCompiler, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
      Private constructor. Use GccCCompiler.getInstance() to get singleton instance of this class.
  • Method Details