mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
linux/m68k: enable inlining and compiler mul32to64 in the softfpu
git-svn-id: trunk@36490 -
This commit is contained in:
parent
5ffc833842
commit
78970fa3c4
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user