diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:53:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:32 +0100 |
commit | fc2cee5cc6299a5592af598c23a13f93bab1e5c8 (patch) | |
tree | 3add08cdba5c43517ced933880bc0752f2bf12d3 /meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb | |
parent | aec20af824a862399f91d3382a052467dba71dc5 (diff) | |
download | poky-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.bb | 2 |
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" | |||
9 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 9 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |
10 | 10 | ||
11 | EXTRA_OECONF += "--disable-libunwind-exceptions" | 11 | EXTRA_OECONF += "--disable-libunwind-exceptions" |
12 | EXTRA_OECONF_append_poky-lsb = " --enable-clocale=gnu" | 12 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" |