瀏覽代碼

Merge pull request #8528 from richardkchapman/eclcc-roxie

HPCC-15403 Default eclcc stand alone generation to roxie

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 9 年之前
父節點
當前提交
330cf4969e
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      ecl/eclcc/eclcc.cpp
  2. 2 2
      ecl/eclcc/eclcc.hpp

+ 1 - 1
ecl/eclcc/eclcc.cpp

@@ -263,7 +263,7 @@ public:
         optGenerateHeader = false;
         optShowPaths = false;
         optNoSourcePath = false;
-        optTargetClusterType = HThorCluster;
+        optTargetClusterType = RoxieCluster;
         optTargetCompiler = DEFAULT_COMPILER;
         optThreads = 0;
         optLogDetail = 0;

+ 2 - 2
ecl/eclcc/eclcc.hpp

@@ -40,8 +40,8 @@ const char * const helpText[] = {
     "    -foption[=value] Set an ecl option (#option)",
     "    -main <ref>   Compile definition <ref> from the source collection",
     "    -syntax       Perform a syntax check of the ECL",
-    "    -platform=hthor Generate code for hthor executable (default)",
-    "    -platform=roxie Generate code for roxie cluster",
+    "    -platform=hthor Generate code for hthor executable",
+    "    -platform=roxie Generate code for roxie cluster (default)",
     "    -platform=thor  Generate code for thor cluster",
     "",
     "Output control options",