mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-22 07:18:21 +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
|
,agx86int
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$ifndef NOOGCOFF}
|
||||||
,ogcoff
|
,ogcoff
|
||||||
|
{$endif}
|
||||||
|
{$ifndef NOOGCOFF}
|
||||||
,ogelf
|
,ogelf
|
||||||
,cpuelf
|
,cpuelf
|
||||||
|
{$endif}
|
||||||
|
{$ifndef NOOGMACHO}
|
||||||
|
,ogmacho
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{**************************************
|
{**************************************
|
||||||
Assembler Readers
|
Assembler Readers
|
||||||
|
Loading…
Reference in New Issue
Block a user