Browse Source

Fix compilation of ARM-embedded RTL

git-svn-id: trunk@27115 -
Jeppe Johansen 11 years ago
parent
commit
bda6bf8137
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/embedded/system.pp

+ 2 - 0
rtl/embedded/system.pp

@@ -27,6 +27,8 @@ Unit System;
 { Do not use standard memory manager }
 {$define HAS_MEMORYMANAGER}
 
+{$define FPC_ANSI_TEXTFILEREC}
+
 {$I check.inc}
 
 {$I systemh.inc}