Fix compilation (with -st option) of compiler for macos OS target

git-svn-id: trunk@41065 -
This commit is contained in:
pierre 2019-01-25 08:00:58 +00:00
parent c7c8f8ed6a
commit 29bcef2825
2 changed files with 3 additions and 4 deletions

View File

@ -37,6 +37,9 @@ interface
{$if defined(go32v2) or defined(watcom)}
Dos,
{$endif}
{$ifdef macos}
macutils,
{$endif macos}
{$IFNDEF USE_FAKE_SYSUTILS}
SysUtils,
{$ELSE}

View File

@ -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)
}