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

git-svn-id: trunk@48322 -
This commit is contained in:
mattias 2015-03-12 23:42:09 +00:00
parent b05cc70e59
commit 919e857d9d

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.