mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-06 07:49:38 +01:00
Allow use of stabs for 64-bit systems with -dUSE_STABS_64
git-svn-id: trunk@32185 -
This commit is contained in:
parent
deef6953f9
commit
885b0034c5
@ -237,8 +237,10 @@
|
|||||||
(but there we don't support it)
|
(but there we don't support it)
|
||||||
}
|
}
|
||||||
{$ifdef cpu64bitaddr}
|
{$ifdef cpu64bitaddr}
|
||||||
|
{$ifndef USE_STABS_64}
|
||||||
{$define NoDbgStabs}
|
{$define NoDbgStabs}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$if not defined(FPC_HAS_TYPE_EXTENDED) and defined(i386)}
|
{$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 }
|
{$error Cross-compiling from systems without support for an 80 bit extended floating point type to i386 is not yet supported at this time }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user