]> code.ossystems Code Review - openembedded-core.git/commit
sdk: change EXTRA_OECONF_FPU to EXTRA_OECONF_GCC_FLOAT
authorPeter A. Bigot <pab@pabigot.com>
Thu, 14 Aug 2014 19:05:56 +0000 (14:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 17:19:52 +0000 (18:19 +0100)
commitc17d883fa99b6967d83c3796d22fc0c1dbe704e6
treef5c1cc8e0eb3f782ffbf731f45568a6061908c03
parent9ec30be63ad6d991646a7ce0ee22acdad7a81184
sdk: change EXTRA_OECONF_FPU to EXTRA_OECONF_GCC_FLOAT

This variable is used to ensure the proper version of --with-float=FOO
is passed to gcc's configure script.  gcc also has a --with-fpu=FOO
option that means something different.  To avoid confusion, change the
names to be consistent.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/crosssdk.bbclass
meta/classes/nativesdk.bbclass
meta/recipes-devtools/gcc/gcc-common.inc
meta/recipes-devtools/gcc/gcc-configure-common.inc
meta/recipes-devtools/gcc/gcc-cross-canadian.inc
meta/recipes-devtools/gcc/gcc-cross-initial.inc
meta/recipes-devtools/gcc/gcc-target.inc