Browse Source

- temporarily disable compilation of the real48utils unit on i8086-msdos,
because bitpacked records, containing longints (which this unit uses) don't
yet work on 16-bit and 8-bit targets. As soon as this is fixed, it'll be
reenabled again.

git-svn-id: trunk@34561 -

nickysn 8 years ago
parent
commit
24ca717072
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-extra/fpmake.pp

+ 1 - 1
packages/rtl-extra/fpmake.pp

@@ -83,7 +83,7 @@ begin
 
     // Add clocale for Android first in order to compile the source file
     // from the 'android' dir, not the 'unix' dir.
-    T:=P.Targets.AddUnit('real48utils.pp');
+    T:=P.Targets.AddUnit('real48utils.pp',AllTargetsextra-[msdos]);  { msdos excluded temporarily, until bitpacked records containing longints on 16-bit targets are fixed }
     T:=P.Targets.AddUnit('clocale.pp',[android]);
 
     T:=P.Targets.AddUnit('ucomplex.pp',UComplexOSes);