Fix m68k linux rtl compilation

git-svn-id: trunk@26407 -
This commit is contained in:
pierre 2014-01-07 13:51:24 +00:00
parent 876c2c5cca
commit 5761e944ba

View File

@ -203,9 +203,11 @@ Type
{$ifdef FPUSOFT}
{$define FPC_INCLUDE_SOFTWARE_MOD_DIV}
{$define FPC_INCLUDE_SOFTWARE_MUL}
{$define FPC_INCLUDE_SOFTWARE_SHIFT_INT64}
{$endif}
{ m68k int64 shl/shr uses soft helper for non constaznt values }
{$define FPC_INCLUDE_SOFTWARE_SHIFT_INT64}
{$define SUPPORT_SINGLE}
{$define SUPPORT_DOUBLE}