From c391593402109944bacc6f75693a6d21adb0b071 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 23 Jan 2018 17:03:26 -0800 Subject: gcc: Upgrade 7.2 -> 7.3 The static PIE patch was updated by Juro Bystricky to work with gcc 7.3. This update from the stable gcc 7 branch includes the retpoline functionality which is useful to assist with recent security issues. Two backported patches were dropped as they're included in 7.3. (From OE-Core rev: a4c1ede6876ad6b84ab2b3bece14bf0afdc9d6b7) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime_7.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-runtime_7.3.bb (limited to 'meta/recipes-devtools/gcc/gcc-runtime_7.3.bb') diff --git a/meta/recipes-devtools/gcc/gcc-runtime_7.3.bb b/meta/recipes-devtools/gcc/gcc-runtime_7.3.bb new file mode 100644 index 0000000000..8f31e7792e --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-runtime_7.3.bb @@ -0,0 +1,7 @@ +require recipes-devtools/gcc/gcc-${PV}.inc +require gcc-runtime.inc + +FILES_libgomp-dev += "\ + ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ +" + -- cgit v1.2.3-54-g00ecf