Browse Source

* link always against sysbase on arm-gba, fake_heap_end is used in the syste unit, resolves #21005

git-svn-id: trunk@19987 -
florian 13 năm trước cách đây
mục cha
commit
aa564b4b69
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      rtl/gba/system.pp

+ 2 - 0
rtl/gba/system.pp

@@ -66,6 +66,8 @@ procedure randomize(value: integer);
 
 implementation
 
+{$linklib sysbase}
+
 {$define fpc_softfpu_implementation}
   {$i softfpu.pp}
 {$undef fpc_softfpu_implementation}