Make hard-float the default on Cortex-A8 and Cortex-A9
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Jul 2012 14:08:28 +0000 (16:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Jul 2012 14:53:52 +0000 (16:53 +0200)
commitba92d6ef68eeb37ba435648fcfbd1dbe13212e6d
treea752477e72147fb48a615e9e5437f70aede70ed5
parentb64233fc243c7668627d22c29b8bb1077b825d70
Make hard-float the default on Cortex-A8 and Cortex-A9

Cortex-A8 and Cortex-A9 ARM cores are guaranteed to provide a hardware
floating point unit, so there's no reason to default to software
floating point for them.

More importantly, the newest Linaro toolchains are hard float
toolchains, so basically an user choosing those toolchains and leaving
the default option of software float would run in compilation issues.

So let's make hard float the default for Cortex-A8 and Cortex-A9.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-common.in