mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 05:50:04 +02:00
Fix m68k linux rtl compilation
git-svn-id: trunk@26407 -
This commit is contained in:
parent
876c2c5cca
commit
5761e944ba
@ -203,9 +203,11 @@ Type
|
|||||||
{$ifdef FPUSOFT}
|
{$ifdef FPUSOFT}
|
||||||
{$define FPC_INCLUDE_SOFTWARE_MOD_DIV}
|
{$define FPC_INCLUDE_SOFTWARE_MOD_DIV}
|
||||||
{$define FPC_INCLUDE_SOFTWARE_MUL}
|
{$define FPC_INCLUDE_SOFTWARE_MUL}
|
||||||
{$define FPC_INCLUDE_SOFTWARE_SHIFT_INT64}
|
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{ m68k int64 shl/shr uses soft helper for non constaznt values }
|
||||||
|
{$define FPC_INCLUDE_SOFTWARE_SHIFT_INT64}
|
||||||
|
|
||||||
{$define SUPPORT_SINGLE}
|
{$define SUPPORT_SINGLE}
|
||||||
{$define SUPPORT_DOUBLE}
|
{$define SUPPORT_DOUBLE}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user