mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:50:38 +01:00
Fix cross-compilation on aarch64-linux using -dFPC_SOFT_FPUX80 option
git-svn-id: trunk@45154 -
This commit is contained in:
parent
573d69c8fe
commit
a506fe9560
@ -63,6 +63,9 @@ unit agsdasz80;
|
||||
cutils,globals,verbose,
|
||||
cpuinfo,
|
||||
cgbase,cgutils,
|
||||
{$ifdef FPC_SOFT_FPUX80}
|
||||
sfpux80,
|
||||
{$endif FPC_SOFT_FPUX80}
|
||||
finput;
|
||||
|
||||
const
|
||||
|
||||
@ -63,6 +63,9 @@ unit agz80vasm;
|
||||
cutils,globals,verbose,
|
||||
cpuinfo,
|
||||
cgbase,cgutils,
|
||||
{$ifdef FPC_SOFT_FPUX80}
|
||||
sfpux80,
|
||||
{$endif FPC_SOFT_FPUX80}
|
||||
finput;
|
||||
|
||||
const
|
||||
|
||||
Loading…
Reference in New Issue
Block a user