浏览代码

Fix fullcycle on x86_64-solaris machine by adding system_sparc64_solaris system constant

git-svn-id: trunk@37701 -
pierre 7 年之前
父节点
当前提交
ce13d8a698
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/systems.inc

+ 2 - 1
compiler/systems.inc

@@ -177,7 +177,8 @@
              system_i8086_embedded,     { 90 }
              system_i8086_embedded,     { 90 }
              system_arm_aros,           { 91 }
              system_arm_aros,           { 91 }
              system_wasm_wasm32,        { 92 }
              system_wasm_wasm32,        { 92 }
-             system_sparc64_linux       { 93 }
+             system_sparc64_linux,      { 93 }
+             system_sparc64_solaris     { 94 }
        );
        );
 
 
      type
      type