diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-03-26 19:14:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-22 14:45:04 +0100 |
commit | c3cc4bfc83e53acdb2e7ef6ac139598a5ebd8a7f (patch) | |
tree | 2a3505dad8eb2a27605ee31906ed4c483d8528c3 /meta/recipes-devtools/gcc/gcc-runtime_4.8.bb | |
parent | 7195096f5754245f2b495a1629c6eb5ae6427afe (diff) | |
download | poky-c3cc4bfc83e53acdb2e7ef6ac139598a5ebd8a7f.tar.gz |
gcc-4.8: Add recipes
(From OE-Core rev: c850415a1bdbb9268114d90fd0fc4cb3479de9c5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime_4.8.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime_4.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb new file mode 100644 index 0000000000..fbaf057fed --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
2 | require gcc-configure-runtime.inc | ||
3 | require gcc-package-runtime.inc | ||
4 | |||
5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | ||
6 | |||
7 | EXTRA_OECONF += "--disable-libunwind-exceptions" | ||
8 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | ||