diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-08-14 14:05:55 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:50 +0100 |
commit | 79e235c5ee4fad9f2ab86c80965724dfcf397f46 (patch) | |
tree | 6b48b5d071d84c294dd3d8ed7d088759fa5bb7a5 /meta/recipes-devtools/gcc/gcc-target.inc | |
parent | 7a17a0dced9052830cdf6ce3827b4563e28ab585 (diff) | |
download | poky-79e235c5ee4fad9f2ab86c80965724dfcf397f46.tar.gz |
gcc-target: make --enable-clocale consistent with gcc-runtime
(From OE-Core rev: 9ec30be63ad6d991646a7ce0ee22acdad7a81184)
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, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index 8941f5f3ed..0f9a5f87c6 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc | |||
@@ -8,6 +8,8 @@ EXTRA_OECONF_PATHS = "\ | |||
8 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ | 8 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ |
9 | " | 9 | " |
10 | 10 | ||
11 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | ||
12 | |||
11 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" | 13 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" |
12 | 14 | ||
13 | PACKAGES = "\ | 15 | PACKAGES = "\ |