|

|
|
|
|
|
|
|
i.MX515 Project
 |
Assisting Gentoo Linux ARM team
in category Linux Distributions proposed by Stephen Klimaszewski on 22nd March 2009 (accepted on 2nd July 2010)
|
|
|
|
|
|
Blog Entry
|
|
|
|
|
|
|
make.conf (so far)
posted by Stephen Klimaszewski 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
|
|
|
|
|
|