|
@@ -85,7 +85,8 @@ begin
|
|
|
// from the 'android' dir, not the 'unix' dir.
|
|
|
T:=P.Targets.AddUnit('real48utils.pp',AllTargetsextra-[msdos,win16] { msdos,win16 excluded temporarily, until bitpacked records containing longints on 16-bit targets are fixed }
|
|
|
-[embedded]); { at least avr has no floats }
|
|
|
- T:=P.Targets.AddUnit('clocale.pp',[android]);
|
|
|
+ if Defaults.CPU<>jvm then
|
|
|
+ T:=P.Targets.AddUnit('clocale.pp',[android]);
|
|
|
|
|
|
T:=P.Targets.AddUnit('ucomplex.pp',UComplexOSes);
|
|
|
|