mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
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:
parent
668b198d7c
commit
5cde490e57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user