summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 23:53:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:32 +0100
commitfc2cee5cc6299a5592af598c23a13f93bab1e5c8 (patch)
tree3add08cdba5c43517ced933880bc0752f2bf12d3 /meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb
parentaec20af824a862399f91d3382a052467dba71dc5 (diff)
downloadpoky-fc2cee5cc6299a5592af598c23a13f93bab1e5c8.tar.gz
Rename poky-lsb override to linuxstdbase
(From OE-Core rev: 73a227a738da17229baac142ccd889c7929402ba) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb2
1 files changed, 1 insertions, 1 deletions
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 189c0b8746..0a7056c228 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb
+++ b/meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb
@@ -9,4 +9,4 @@ SRC_URI_append = "file://fortran-cross-compile-hack.patch"
9ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" 9ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
10 10
11EXTRA_OECONF += "--disable-libunwind-exceptions" 11EXTRA_OECONF += "--disable-libunwind-exceptions"
12EXTRA_OECONF_append_poky-lsb = " --enable-clocale=gnu" 12EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"