View Single Post
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#10
Originally Posted by lardman View Post
That's fine, but note that if you define -mcpu=arm1136jf-s, qemu (used by scratchbox to emulate an ARM processor) won't be able to run the resulting binary (this may cause problems if intermediate binaries are used).

Personally I just use "-mfpu=vfp -mfloat-abi=softfp"

X86 target allows you to startup the maemo gui and see what an app will look like. I never use it, I perfer to test on the device.

I am looking in Kinfocenter at the processors

Bogomips: 388.54
Features: swp half thumb fastmult vfp edsp java


I had just finished compiling KDE as always I do not add any extra flags. I am considering recompiling everything again using the optimizations you point out.

Two questions:
1) Do you think KDE would benefit from this, or only things like quake?

2) Would any of those other "Features" listed above be usefull?

You input is greatly appreciated