powerpc e500: set -mfloat-gprs=double
authorChristopher Larson <chris_larson@mentor.com>
Tue, 27 Mar 2012 19:51:08 +0000 (14:51 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Mar 2012 09:10:56 +0000 (10:10 +0100)
commit28089527d9e8885c75f6fd3eca1f1b83f7d26f79
treebde4cf12b6b0d9bb43a96c1955f75031cf04acf5
parent5e47f9aa5cd451d56baa1afa65af00236b30ec78
powerpc e500: set -mfloat-gprs=double

Use of FPRs instead of GPRs is incompatible with e500/SPE, so let's be
explicit about the use of GPRs to avoid potential errors. For example, with
the Sourcery G++ toolchain, one can hit: conftest.c:1:0: error: E500 and FPRs
not supported.

(From OE-Core rev: 32bb6afe3e6f3e374e4d14edc238b46a90d44169)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-ppce500.inc
meta/conf/machine/include/tune-ppce500v2.inc