On 11.03.2011 12:52, Xerxes Rånby wrote: > Hi > > JamVM currently fail to run on ARM Linux systems where gcc by default optimize for Thumb2. > This can be fixed by overriding the JamVM CFLAGS to skip thumb by enforcing the use of -marm -g -O2 . would CFLAGS="$CFLAGS -marm" work too?