From 2d8a50556cdf0d49cfab4226ce47960bc4c87f47 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Fri, 17 May 2024 13:25:44 +0200 Subject: [PATCH] Fix exclusion of ogelf unit using $ifndef NOOGELF --- compiler/i386/cputarg.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/i386/cputarg.pas b/compiler/i386/cputarg.pas index 72c4fc69ba..a2b689ce19 100644 --- a/compiler/i386/cputarg.pas +++ b/compiler/i386/cputarg.pas @@ -110,7 +110,7 @@ implementation {$ifndef NOOGCOFF} ,ogcoff {$endif} - {$ifndef NOOGCOFF} + {$ifndef NOOGELF} ,ogelf ,cpuelf {$endif}