Class GccCompatibleCCompiler

    • Constructor Detail

      • GccCompatibleCCompiler

        protected GccCompatibleCCompiler​(java.lang.String command,
                                         java.lang.String identifierArg,
                                         boolean libtool,
                                         GccCompatibleCCompiler libtoolCompiler,
                                         boolean newEnvironment,
                                         org.apache.tools.ant.types.Environment env)
        Private constructor. Use GccCCompiler.getInstance() to get singleton instance of this class.
      • GccCompatibleCCompiler

        protected GccCompatibleCCompiler​(java.lang.String command,
                                         java.lang.String identifierArg,
                                         java.lang.String[] sourceExtensions,
                                         java.lang.String[] headerExtensions,
                                         boolean libtool,
                                         GccCompatibleCCompiler libtoolCompiler,
                                         boolean newEnvironment,
                                         org.apache.tools.ant.types.Environment env)
        Private constructor. Use GccCCompiler.getInstance() to get singleton instance of this class.