From 5c62059e1cc7601c7d1a7cb96da87d103b9ae0c3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 7 May 2019 14:03:38 -0700 Subject: gcc-9: Add recipes for gcc 9.1 release Add maintainer entry for gcc-source-9.1.0 Delete entry for gcc-source-7.3.0 (From OE-Core rev: bbf32e24608cd9479cf26f52aa14a42411b418c5) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime_9.1.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-runtime_9.1.bb (limited to 'meta/recipes-devtools/gcc/gcc-runtime_9.1.bb') diff --git a/meta/recipes-devtools/gcc/gcc-runtime_9.1.bb b/meta/recipes-devtools/gcc/gcc-runtime_9.1.bb new file mode 100644 index 0000000000..a1c7a76d0b --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-runtime_9.1.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" -- cgit 1.2.3-korg