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-crosssdk-initial_7.3.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk-initial_7.3.bb (limited to 'meta/recipes-devtools/gcc/gcc-crosssdk-initial_7.3.bb') diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_7.3.bb b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_7.3.bb new file mode 100644 index 0000000000..fd90e1140f --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_7.3.bb @@ -0,0 +1,3 @@ +require recipes-devtools/gcc/gcc-cross-initial_${PV}.bb +require gcc-crosssdk-initial.inc + -- cgit v1.2.3-54-g00ecf