summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch b/meta/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch
index ff622b1056..d27e3011ed 100644
--- a/meta/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch
+++ b/meta/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch
@@ -46,14 +46,15 @@ Upstream-Status: Pending
46RP 2015/7/31 46RP 2015/7/31
47 47
48Signed-off-by: Khem Raj <raj.khem@gmail.com> 48Signed-off-by: Khem Raj <raj.khem@gmail.com>
49Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com> [ported to gcc 12]
49--- 50---
50 gcc/gcc.c | 29 ++++++++++++++++++++++++++++- 51 gcc/gcc.cc | 29 ++++++++++++++++++++++++++++-
51 1 file changed, 28 insertions(+), 1 deletion(-) 52 1 file changed, 28 insertions(+), 1 deletion(-)
52 53
53diff --git a/gcc/gcc.c b/gcc/gcc.c 54diff --git a/gcc/gcc.cc b/gcc/gcc.cc
54index aa6fbe43965..f8a71a13826 100644 55index aa6fbe43965..f8a71a13826 100644
55--- a/gcc/gcc.c 56--- a/gcc/gcc.cc
56+++ b/gcc/gcc.c 57+++ b/gcc/gcc.cc
57@@ -2811,7 +2811,7 @@ for_each_path (const struct path_prefix *paths, 58@@ -2811,7 +2811,7 @@ for_each_path (const struct path_prefix *paths,
58 if (path == NULL) 59 if (path == NULL)
59 { 60 {