diff --git a/compiler/fpcdefs.inc b/compiler/fpcdefs.inc index d79ca5b3b2..8890ff5aed 100644 --- a/compiler/fpcdefs.inc +++ b/compiler/fpcdefs.inc @@ -237,8 +237,10 @@ (but there we don't support it) } {$ifdef cpu64bitaddr} +{$ifndef USE_STABS_64} {$define NoDbgStabs} {$endif} +{$endif} {$if not defined(FPC_HAS_TYPE_EXTENDED) and defined(i386)} {$error Cross-compiling from systems without support for an 80 bit extended floating point type to i386 is not yet supported at this time }