Browse Source

* include stabs support (can work on darwin/ppc64, but doesn't work
yet)

git-svn-id: branches/fpc_2_3@6471 -

Jonas Maebe 18 years ago
parent
commit
16e98e2337
1 changed files with 4 additions and 0 deletions
  1. 4 0
      compiler/powerpc64/cputarg.pas

+ 4 - 0
compiler/powerpc64/cputarg.pas

@@ -63,6 +63,10 @@ implementation
 **************************************}
 **************************************}
 
 
 { stabs debug info are not supported, so do not include them here}
 { stabs debug info are not supported, so do not include them here}
+{ they are supported on darwin/ppc64 }
+  {$ifndef NoDbgDwarf}
+      ,dbgstabs
+  {$endif NoDbgDwarf}
   {$ifndef NoDbgDwarf}
   {$ifndef NoDbgDwarf}
       ,dbgdwarf
       ,dbgdwarf
   {$endif NoDbgDwarf}
   {$endif NoDbgDwarf}