summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime_8.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-27 10:07:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-28 13:20:21 +0000
commit97866f4518879bdb1977e1a87ec47cc4f9b0e0eb (patch)
treea76ba2a87cfb26ce12821ee760b9f1f97aad364f /meta/recipes-devtools/gcc/gcc-runtime_8.3.bb
parent3ccbce74942853fb1dd5b73378f089ad8cd428a3 (diff)
downloadopenembedded-core-contrib-97866f4518879bdb1977e1a87ec47cc4f9b0e0eb.tar.gz
gcc: Update to 8.3 latest on 8.x release
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_8.3.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime_8.3.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_8.3.bb b/meta/recipes-devtools/gcc/gcc-runtime_8.3.bb
new file mode 100644
index 0000000000..a1c7a76d0b
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-runtime_8.3.bb
@@ -0,0 +1,12 @@
+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 \
+"
+
+# Building with thumb enabled on armv6t fails
+ARM_INSTRUCTION_SET_armv6 = "arm"