Parcourir la source

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

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

Jonas Maebe il y a 18 ans
Parent
commit
16e98e2337
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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}
+{ they are supported on darwin/ppc64 }
+  {$ifndef NoDbgDwarf}
+      ,dbgstabs
+  {$endif NoDbgDwarf}
   {$ifndef NoDbgDwarf}
       ,dbgdwarf
   {$endif NoDbgDwarf}