mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:48:14 +02:00
Fix compilation (with -st option) of compiler for macos OS target
git-svn-id: trunk@41065 -
This commit is contained in:
parent
c7c8f8ed6a
commit
29bcef2825
@ -37,6 +37,9 @@ interface
|
||||
{$if defined(go32v2) or defined(watcom)}
|
||||
Dos,
|
||||
{$endif}
|
||||
{$ifdef macos}
|
||||
macutils,
|
||||
{$endif macos}
|
||||
{$IFNDEF USE_FAKE_SYSUTILS}
|
||||
SysUtils,
|
||||
{$ELSE}
|
||||
|
@ -298,10 +298,6 @@
|
||||
{$define cpurequiresproperalignment}
|
||||
{$endif riscv64}
|
||||
|
||||
{$IFDEF MACOS}
|
||||
{$DEFINE USE_FAKE_SYSUTILS}
|
||||
{$ENDIF MACOS}
|
||||
|
||||
{ Stabs is not officially supported on 64 bit targets by gdb, except on Mac OS X
|
||||
(but there we don't support it)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user