How can I compile apps (helium browser) with thumb? I add mthumb FREMANTLE_ARMEL_GCC472.environment but there isn't any difference with binary size.
GCC 4.7.2 does not produce thumb binaries by default, you should pass -mthumb if you want thumb resulting executables! without -mthumb it produces regular ARM ELFs