bsd: fixed the system unit to also include the softpu interface part on m68k, not only the implementation

git-svn-id: trunk@35312 -
This commit is contained in:
Károly Balogh 2017-01-16 21:04:40 +00:00
parent 668b198d7c
commit 5cde490e57

View File

@ -44,13 +44,13 @@ var argc:longint;
CONST SIGSTKSZ = 40960;
{$if defined(CPUARM)}
{$if defined(CPUARM) or defined(CPUM68K)}
{$define fpc_softfpu_interface}
{$i softfpu.pp}
{$undef fpc_softfpu_interface}
{$endif defined(CPUARM)}
{$endif defined(CPUARM) or defined(CPUM68K)}
Implementation