From 7b59ebe3c3c7781da6f08767af362ffdc52c82e6 Mon Sep 17 00:00:00 2001 From: Jingdong Lu Date: Tue, 12 Apr 2011 16:29:48 +0800 Subject: gcc: Add "--enable-clocale=gnu" option for LSB. Add "--enable-clocale=gun" option for gcc configuration explicitly for LSB distro in order to make sure C++ library can use correct locale module. Fixes [YOCTO #796] (From OE-Core rev: 8fc7b1e8881872535379d99a8ff940249632b5f7) Signed-off-by: Jingdong Lu Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb index 2127eb6..189c0b8 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb @@ -1,4 +1,4 @@ -PR = "r5" +PR = "r6" require gcc-${PV}.inc require gcc-configure-runtime.inc @@ -9,3 +9,4 @@ SRC_URI_append = "file://fortran-cross-compile-hack.patch" ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" EXTRA_OECONF += "--disable-libunwind-exceptions" +EXTRA_OECONF_append_poky-lsb = " --enable-clocale=gnu" -- cgit v1.1