posted by steev on 8th December 2009
CHOST="armv7a-softfloat-linux-gnueabi"
CFLAGS="-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fomit-frame-pointer -Os -pipe"
CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="arm ~arm"
Since I'm not entirely familiar with the ARM architecture I'm playing it fairly safely and just going with the softfp for now, although eventually it would be interesting to see the speed difference between softfp and hard - Neko thinks we should see ~10% faster with hard.
Side note: hdmi->dvi cable should arrive via UPS today, so hopefully I can do more than just ssh in soon