From 4124d47b0b517c13d55e3ec738070f3cd24d1ac8 Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Tue, 6 Sep 2022 21:55:51 +0200 Subject: [PATCH] package/gcc: fix check-package warnings in patches package/gcc/11.3.0/0005-rs6000-Improve-.machine.patch:4: generate your patches with 'git format-patch -N' package/gcc/11.3.0/0006-rs6000-Do-not-use-rs6000_cpu-for-.machine-ppc-and-pp.patch:4: generate your patches with 'git format-patch -N' Signed-off-by: Arnout Vandecappelle --- package/gcc/11.3.0/0005-rs6000-Improve-.machine.patch | 2 +- ...6-rs6000-Do-not-use-rs6000_cpu-for-.machine-ppc-and-pp.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/gcc/11.3.0/0005-rs6000-Improve-.machine.patch b/package/gcc/11.3.0/0005-rs6000-Improve-.machine.patch index 6107900736..82a667ab7b 100644 --- a/package/gcc/11.3.0/0005-rs6000-Improve-.machine.patch +++ b/package/gcc/11.3.0/0005-rs6000-Improve-.machine.patch @@ -1,7 +1,7 @@ From ca2c3a7d3db7a699c358d3408f820396dd536fc8 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Tue, 1 Mar 2022 17:04:29 +0000 -Subject: [PATCH 5/6] rs6000: Improve .machine +Subject: [PATCH] rs6000: Improve .machine This adds more correct .machine for most older CPUs. It should be conservative in the sense that everything we handled before we handle at diff --git a/package/gcc/11.3.0/0006-rs6000-Do-not-use-rs6000_cpu-for-.machine-ppc-and-pp.patch b/package/gcc/11.3.0/0006-rs6000-Do-not-use-rs6000_cpu-for-.machine-ppc-and-pp.patch index d2335cd689..43fed4c19f 100644 --- a/package/gcc/11.3.0/0006-rs6000-Do-not-use-rs6000_cpu-for-.machine-ppc-and-pp.patch +++ b/package/gcc/11.3.0/0006-rs6000-Do-not-use-rs6000_cpu-for-.machine-ppc-and-pp.patch @@ -1,7 +1,7 @@ From 6de33ed642f119f1e2543095dd56e4a94f97c27f Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 11 Mar 2022 21:15:18 +0000 -Subject: [PATCH 6/6] rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 +Subject: [PATCH] rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (PR104829) Fixes: 77eccbf39ed5