linux/m68k: enable inlining and compiler mul32to64 in the softfpu

git-svn-id: trunk@36490 -
This commit is contained in:
Károly Balogh 2017-06-12 13:05:09 +00:00
parent 5ffc833842
commit 78970fa3c4

View File

@ -63,6 +63,10 @@ const
{$if defined(CPUARM) or defined(CPUM68K) or (defined(CPUSPARC) and defined(VER2_6))}
{$define fpc_softfpu_implementation}
{$if defined(CPUM68K)}
{$define softfpu_compiler_mul32to64}
{$define softfpu_inline}
{$endif}
{$i softfpu.pp}
{$undef fpc_softfpu_implementation}