From 410990445ada8cdcfaec4e6fa5791cee9a5b8983 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 12 Jul 2012 16:25:47 +0100 Subject: 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 Signed-off-by: Saul Wold --- meta/classes/crosssdk.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/classes/crosssdk.bbclass') diff --git a/meta/classes/crosssdk.bbclass b/meta/classes/crosssdk.bbclass index 93aba7022e..f3a502ab79 100644 --- a/meta/classes/crosssdk.bbclass +++ b/meta/classes/crosssdk.bbclass @@ -28,3 +28,6 @@ baselib = "lib" do_populate_sysroot[stamp-extra-info] = "" do_package[stamp-extra-info] = "" + +# Need to force this to ensure consitency accross architectures +EXTRA_OECONF_FPU = "" -- cgit 1.2.3-korg