]> code.ossystems Code Review - openembedded-core.git/commit
crosssdk/nativesdk: Ensure EXTRA_OECONF_FPU is unset
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Jul 2012 15:25:47 +0000 (16:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:23:15 +0000 (10:23 +0100)
commit410990445ada8cdcfaec4e6fa5791cee9a5b8983
tree5d5a7344245167f2a9b6c09bf0fb165c99f069af
parent5740696c81a9143504c1cb93e94c54add27896e4
crosssdk/nativesdk: Ensure EXTRA_OECONF_FPU is unset

If EXTRA_OECONF_FPU is left set, certain ARM variables related to hard-float
can get pulled in and trigger rebuilds of the crosssdk code. The best solution
is to simply force the variable to a known correct value for the SDK targets
currently supported in the same way as TARGET_FPU.

There is some slight rearrangement of the gcc code to ensure the variable is
always used to call the fpu function.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/crosssdk.bbclass
meta/classes/nativesdk.bbclass
meta/recipes-devtools/gcc/gcc-cross-initial.inc
meta/recipes-devtools/gcc/gcc-cross-intermediate.inc