android jvm doesn't need clocale unit

git-svn-id: trunk@39140 -
This commit is contained in:
pierre 2018-05-28 22:26:04 +00:00
parent 9f38b25542
commit 0673f181bb

View File

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