[Buildroot] [PATCH 1/1] jamvm: add depends on toolchain w/threads

Peter Korsgaard peter at korsgaard.com
Thu Apr 2 08:04:02 UTC 2015


>>>>> "Matthew" == Matthew Weber <matthew.weber at rockwellcollins.com> writes:

Hi,

>>> Hmm, that indeed doesn't sound right. I think the jamvm select should be
 >>> dropped from classpath.
 >> 
 >> There's no jamvm select in classpath, it's a 'depends on':
 >> 
 >> config BR2_PACKAGE_JAMVM
 >> bool "jamvm"
 >> select BR2_PACKAGE_CLASSPATH
 >> 
 >> config BR2_PACKAGE_CLASSPATH
 >> bool "classpath"
 >> depends on BR2_PACKAGE_JAMVM

 > Looking at http://www.gnu.org/software/classpath/stories.html#jvm it
 > looks like the jamvm "select" is correct but the classpath "depends"
 > should be removed.  (my interpretation of this is...) classpath is
 > just a library used by various JVMs so if another JVM was added to BR
 > we'd have to remove that depends anyway at that point and make that
 > JVM also do a select of classpath?

That's my understanding as well.

-- 
Venlig hilsen,
Peter Korsgaard 


More information about the buildroot mailing list