mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 15:10:28 +02:00
- 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:
parent
ed13f4d0d1
commit
24ca717072
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user