mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
* link always against sysbase on arm-gba, fake_heap_end is used in the syste unit, resolves #21005
git-svn-id: trunk@19987 -
This commit is contained in:
parent
28c90c9c91
commit
aa564b4b69
@ -66,6 +66,8 @@ procedure randomize(value: integer);
|
||||
|
||||
implementation
|
||||
|
||||
{$linklib sysbase}
|
||||
|
||||
{$define fpc_softfpu_implementation}
|
||||
{$i softfpu.pp}
|
||||
{$undef fpc_softfpu_implementation}
|
||||
|
Loading…
Reference in New Issue
Block a user