diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-08-14 14:05:56 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:50 +0100 |
commit | 14a2d1eaa161622eb00a26474bd127b0856f7358 (patch) | |
tree | eb1cf8e7a8af7914d523d18de88a04a9b9e42775 /meta/recipes-devtools/gcc/gcc-target.inc | |
parent | 79e235c5ee4fad9f2ab86c80965724dfcf397f46 (diff) | |
download | poky-14a2d1eaa161622eb00a26474bd127b0856f7358.tar.gz |
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.
(From OE-Core rev: c17d883fa99b6967d83c3796d22fc0c1dbe704e6)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-target.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index 0f9a5f87c6..a266f16edf 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc | |||
@@ -10,7 +10,7 @@ EXTRA_OECONF_PATHS = "\ | |||
10 | 10 | ||
11 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | 11 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" |
12 | 12 | ||
13 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" | 13 | EXTRA_OECONF_GCC_FLOAT = "${@get_gcc_float_setting(bb, d)}" |
14 | 14 | ||
15 | PACKAGES = "\ | 15 | PACKAGES = "\ |
16 | ${PN} ${PN}-plugins ${PN}-symlinks \ | 16 | ${PN} ${PN}-plugins ${PN}-symlinks \ |