mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 03:48:07 +02:00
Add ogmacho unit loading unless NOOGMACHO macro is defined
This commit is contained in:
parent
ce702df526
commit
010127a622
@ -107,9 +107,16 @@ implementation
|
||||
,agx86int
|
||||
{$endif}
|
||||
|
||||
{$ifndef NOOGCOFF}
|
||||
,ogcoff
|
||||
{$endif}
|
||||
{$ifndef NOOGCOFF}
|
||||
,ogelf
|
||||
,cpuelf
|
||||
{$endif}
|
||||
{$ifndef NOOGMACHO}
|
||||
,ogmacho
|
||||
{$endif}
|
||||
|
||||
{**************************************
|
||||
Assembler Readers
|
||||
|
Loading…
Reference in New Issue
Block a user