浏览代码

* first part of PowerPC fixes

florian 23 年之前
父节点
当前提交
d78ad92f92
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      compiler/systems.pas

+ 6 - 1
compiler/systems.pas

@@ -68,6 +68,8 @@ interface
             ,asmmode_standard
             ,asmmode_i386_att
             ,asmmode_i386_intel
+            ,asmmode_ppc_gas
+            ,asmmode_ppc_motorola
        );
 
      (* IMPORTANT NOTE:
@@ -671,7 +673,10 @@ finalization
 end.
 {
   $Log$
-  Revision 1.54  2002-08-20 21:40:44  florian
+  Revision 1.55  2002-09-07 18:05:51  florian
+    * first part of PowerPC fixes
+
+  Revision 1.54  2002/08/20 21:40:44  florian
     + target macos for ppc added
     + frame work for mpw assembler output