2
0
Эх сурвалжийг харах

*** empty log message ***

mazen 23 жил өмнө
parent
commit
9b960198d0

+ 8 - 3
compiler/fpcdefs.inc

@@ -35,10 +35,15 @@
 {$ifdef x86_64}
   {$define x86}
 {$endif x86_64}
-
+{$ifdef sparc}
+  {$undef win32}
+{$endif sparc}
 {
   $Log$
-  Revision 1.6  2002-08-19 18:17:48  carl
+  Revision 1.7  2002-08-23 13:17:59  mazen
+  *** empty log message ***
+
+  Revision 1.6  2002/08/19 18:17:48  carl
     + optimize64_op_const_reg implemented (optimizes 64-bit constant opcodes)
     * more fixes to m68k for 64-bit operations
 
@@ -56,4 +61,4 @@
 }
 
 { 
-}
+}

+ 2 - 0
compiler/mppcsparc

@@ -0,0 +1,2 @@
+#!/bin/bash
+fpc pp -g -oppcsparc -dExtDebug -Fusparc -Futargets -dSPARC -dNoOpt -dGDB

+ 5 - 2
compiler/pp.pas

@@ -129,7 +129,7 @@ uses
     catch,
   {$endif}
 {$endif FPC}
-  globals,compiler;
+  globals,compiler,gdb;
 
 var
   oldexit : pointer;
@@ -177,7 +177,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.15  2002-07-04 20:43:01  florian
+  Revision 1.16  2002-08-23 13:17:59  mazen
+  *** empty log message ***
+
+  Revision 1.15  2002/07/04 20:43:01  florian
     * first x86-64 patches
 
   Revision 1.14  2002/05/22 19:02:16  carl