aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-07-27 01:31:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-30 12:44:28 +0100
commite3f7e684cd619b5fe072179dffd573889e8ba470 (patch)
tree49e545d5fef8b7a8b0162b68d985db3f3a6505da /meta/recipes-devtools/gcc/gcc-runtime_8.2.bb
parent01b9810ff1cea53ae321f6fbe760b83573ed78c0 (diff)
downloadopenembedded-core-contrib-e3f7e684cd619b5fe072179dffd573889e8ba470.tar.gz
gcc-8: Upgrade to 8.2 release
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime_8.2.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime_8.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb b/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb
new file mode 100644
index 0000000000..fe787174e8
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb
@@ -0,0 +1,10 @@
+require recipes-devtools/gcc/gcc-${PV}.inc
+require gcc-runtime.inc
+
+# Disable ifuncs for libatomic on arm conflicts -march/-mcpu
+EXTRA_OECONF_append_arm = " libat_cv_have_ifunc=no "
+
+FILES_libgomp-dev += "\
+ ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \
+"
+