codetools: targetcpu jvm: use rtl/java/system.pp

git-svn-id: branches/fixes_1_4@48323 -
This commit is contained in:
mattias 2015-03-12 23:42:24 +00:00
parent 1beeaf066e
commit 18139fcda4

View File

@ -43,5 +43,10 @@ Score:=10;
Targets:='netware';
Add('rtl/netwlibc');
// jvm uses the java system.pp on both android and java
Score:=10;
Targets:='jvm';
Add('rtl/java');
// end.