diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-11 10:35:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:28 +0100 |
commit | 6ea164c208ab43251544525e83644a8f84d3a6f8 (patch) | |
tree | 44b2e95c00a32006e8c39d35cd48105e3126d15e /meta/recipes-devtools/gcc/gcc-runtime_6.1.bb | |
parent | 1f2108f0f4bf7d71adb39297c3b3f8b7bcea0ca0 (diff) | |
download | poky-6ea164c208ab43251544525e83644a8f84d3a6f8.tar.gz |
gcc: Add gcc6 recipes
(From OE-Core rev: 93226e8c74be438781df79f0be5cbf563c79df8b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime_6.1.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime_6.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_6.1.bb b/meta/recipes-devtools/gcc/gcc-runtime_6.1.bb new file mode 100644 index 0000000000..8f31e7792e --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-runtime_6.1.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
2 | require gcc-runtime.inc | ||
3 | |||
4 | FILES_libgomp-dev += "\ | ||
5 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ | ||
6 | " | ||
7 | |||