2
0
Károly Balogh 21 жил өмнө
parent
commit
81f5f1a45b

+ 7 - 1
compiler/powerpc/cputarg.pas

@@ -45,6 +45,9 @@ implementation
     {$ifndef NOTARGETDARWIN}
     {$ifndef NOTARGETDARWIN}
       ,t_bsd
       ,t_bsd
     {$endif}
     {$endif}
+    {$ifndef NOTARGETMORPHOS}
+      ,t_morph
+    {$endif}
 
 
 {**************************************
 {**************************************
              Assemblers
              Assemblers
@@ -61,7 +64,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.6  2003-05-20 23:54:00  florian
+  Revision 1.7  2004-02-24 16:06:08  karoly
+   + morphos target added
+
+  Revision 1.6  2003/05/20 23:54:00  florian
     + basic darwin support added
     + basic darwin support added
 
 
   Revision 1.5  2002/08/20 21:40:44  florian
   Revision 1.5  2002/08/20 21:40:44  florian