- 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 -
This commit is contained in:
nickysn 2016-09-26 12:18:09 +00:00
parent ed13f4d0d1
commit 24ca717072

View File

@ -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);