mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 13:29:38 +02:00
Allow compilation of rtl for i386-openbsd target with -dOLD_ASSEMBLER
This commit is contained in:
parent
0610d691b6
commit
ed1bbfc950
@ -198,7 +198,9 @@ const
|
||||
|
||||
|
||||
{$if not defined(FPC_PIC) or defined(OLD_ASSEMBLER)}
|
||||
{$define DISABLE_PIC_IN_EXP_REAL}
|
||||
{$ifndef OPENBSD}
|
||||
{$define DISABLE_PIC_IN_EXP_REAL}
|
||||
{$endif ndef OPENBSD}
|
||||
{$endif}
|
||||
{$define FPC_SYSTEM_HAS_EXP}
|
||||
{ exp function adapted from AMath library (C) Copyright 2009-2013 Wolfgang Ehrhardt
|
||||
|
Loading…
Reference in New Issue
Block a user