From 9ec30be63ad6d991646a7ce0ee22acdad7a81184 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Thu, 14 Aug 2014 14:05:55 -0500 Subject: [PATCH] gcc-target: make --enable-clocale consistent with gcc-runtime Signed-off-by: Peter A. Bigot Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-target.inc | 2 ++ 1 file changed, 2 insertions(+) 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 = "\ --with-gxx-include-dir=${includedir}/c++/${BINV} \ " +EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" + EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" PACKAGES = "\ -- 2.40.1