On Oct 14, 2013, at 11:38 AM, Diego Sueiro <diego.sue...@gmail.com> wrote:

> Folks,
> 
> I want to generate an Angstrom distribution with soft and hard float point
> compatible ABI.
> 
> Reading the page below I believe that I must compile the packages with
> "-mfloat-abi=softfp" option. Is it correct?
> https://wiki.debian.org/ArmHardFloatPort
> 
> To achieve this, I think I have to change the
> file meta-angstrom/conf/distro/include/arm-defaults.inc to:
> 
> DEFAULTTUNE_beaglebone = "cortexa8hf-vfp"
> 
> or
> DEFAULTTUNE_beaglebone = "cortexa8hf-vfp-neon"
> 


Place it right. change is wrong.
Defaults are to build for hardfloat, in angstrom now as you see
if you want to change it to use softfloat then you would change it to

DEFAULTTUNE_beaglebone = "cortexa8-neon"


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to