Advertisement
Guest User

Untitled

a guest
Jan 6th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Put a 'require conf/distro/include/angstrom-jalimo.conf' in your local.conf if you want to build from the jalimo overlay
  2.  
  3. # initial stuff
  4. PREFERRED_VERSION_jamvm-initial = "1.4.5"
  5. PREFERRED_VERSION_classpath-initial = "0.93"
  6.  
  7. # Native VM
  8. PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
  9. PREFERRED_VERSION_classpath-native = "0.98"
  10.  
  11. # Native compiler settings
  12. PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
  13. PREFERRED_VERSION_libecj-bootstrap = "3.6.2"
  14.  
  15. # Target VM
  16. PREFERRED_VERSION_cacao = "0.99.3"
  17. PREFERRED_VERSION_cacaoh-native = "0.99.3"
  18.  
  19. PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
  20. PREFERRED_PROVIDER_classpath = "classpath"
  21.  
  22. PREFERRED_VERSION_openjdk-6-jre = "6b24-1.10.4+1.11-devel+hg1+cf80d2049346"
  23. PREFERRED_VERSION_icedtea6-native = "1.8.11"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement