marco 23 years ago
parent
commit
3415f28e59
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/utils/gppc386.pp

+ 6 - 3
compiler/utils/gppc386.pp

@@ -41,11 +41,11 @@ uses
   dos;
   dos;
 
 
 const
 const
-{$ifdef linux}
+{$ifdef Unix}
   GDBExeName = 'gdbpas';
   GDBExeName = 'gdbpas';
   GDBIniName = '.gdbinit';
   GDBIniName = '.gdbinit';
   DefaultCompilerName = 'ppc386';
   DefaultCompilerName = 'ppc386';
-{$else not linux}
+{$else}
 {$ifdef win32}
 {$ifdef win32}
   GDBExeName = 'gdbpasw.exe';
   GDBExeName = 'gdbpasw.exe';
 {$else not win32}
 {$else not win32}
@@ -140,7 +140,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-05-18 13:34:27  peter
+  Revision 1.4  2002-06-02 09:44:17  marco
+   * linux
+
+  Revision 1.3  2002/05/18 13:34:27  peter
     * readded missing revisions
     * readded missing revisions
 
 
 }
 }