From 010127a622d3b3608c16cfeaed46a38d70f5826c Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 26 Feb 2024 17:35:22 +0100 Subject: [PATCH] Add ogmacho unit loading unless NOOGMACHO macro is defined --- compiler/i386/cputarg.pas | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compiler/i386/cputarg.pas b/compiler/i386/cputarg.pas index 538abee93d..72c4fc69ba 100644 --- a/compiler/i386/cputarg.pas +++ b/compiler/i386/cputarg.pas @@ -107,9 +107,16 @@ implementation ,agx86int {$endif} + {$ifndef NOOGCOFF} ,ogcoff + {$endif} + {$ifndef NOOGCOFF} ,ogelf ,cpuelf + {$endif} + {$ifndef NOOGMACHO} + ,ogmacho + {$endif} {************************************** Assembler Readers