summaryrefslogtreecommitdiff
path: root/rtl/bsd
diff options
context:
space:
mode:
authorkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-01-16 21:04:40 +0000
committerkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-01-16 21:04:40 +0000
commit3705f03575ba7c8789e17cb0a4bfc5ff728afe39 (patch)
treef9de7e6accc066c80c044fb961eafd3cba2ebb45 /rtl/bsd
parent4ee4854d70f65960a7bb43385950b2354262bbb3 (diff)
downloadfpc-3705f03575ba7c8789e17cb0a4bfc5ff728afe39.tar.gz
bsd: fixed the system unit to also include the softpu interface part on m68k, not only the implementation
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@35312 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/bsd')
-rw-r--r--rtl/bsd/system.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/bsd/system.pp b/rtl/bsd/system.pp
index 11b28c9695..b239f870d5 100644
--- a/rtl/bsd/system.pp
+++ b/rtl/bsd/system.pp
@@ -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