mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 05:49:28 +02:00
android jvm doesn't need clocale unit
git-svn-id: trunk@39140 -
This commit is contained in:
parent
9f38b25542
commit
0673f181bb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user