diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch b/meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch index 4809bdf4bd..af0ea5c60a 100644 --- a/meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch +++ b/meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 5225980db3e03b2fe6597393d7177d0cafd1b1d9 Mon Sep 17 00:00:00 2001 | 1 | From d27ba49e2e5c608c43265462d6831363cc7f565b Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Fri, 20 Feb 2015 10:25:11 +0000 | 3 | Date: Fri, 20 Feb 2015 10:25:11 +0000 |
4 | Subject: [PATCH 19/36] Ensure target gcc headers can be included | 4 | Subject: [PATCH 19/36] Ensure target gcc headers can be included |
@@ -23,14 +23,14 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
23 | 4 files changed, 15 insertions(+), 7 deletions(-) | 23 | 4 files changed, 15 insertions(+), 7 deletions(-) |
24 | 24 | ||
25 | diff --git a/gcc/Makefile.in b/gcc/Makefile.in | 25 | diff --git a/gcc/Makefile.in b/gcc/Makefile.in |
26 | index 0064a282488..21472745c2c 100644 | 26 | index 0064a282488..98d1488171f 100644 |
27 | --- a/gcc/Makefile.in | 27 | --- a/gcc/Makefile.in |
28 | +++ b/gcc/Makefile.in | 28 | +++ b/gcc/Makefile.in |
29 | @@ -618,6 +618,7 @@ libexecdir = @libexecdir@ | 29 | @@ -618,6 +618,7 @@ libexecdir = @libexecdir@ |
30 | 30 | ||
31 | # Directory in which the compiler finds libraries etc. | 31 | # Directory in which the compiler finds libraries etc. |
32 | libsubdir = $(libdir)/gcc/$(real_target_noncanonical)/$(version)$(accel_dir_suffix) | 32 | libsubdir = $(libdir)/gcc/$(real_target_noncanonical)/$(version)$(accel_dir_suffix) |
33 | +libsubdir_target = gcc/$(target_noncanonical)/$(version) | 33 | +libsubdir_target = $(target_noncanonical)/$(version) |
34 | # Directory in which the compiler finds executables | 34 | # Directory in which the compiler finds executables |
35 | libexecsubdir = $(libexecdir)/gcc/$(real_target_noncanonical)/$(version)$(accel_dir_suffix) | 35 | libexecsubdir = $(libexecdir)/gcc/$(real_target_noncanonical)/$(version)$(accel_dir_suffix) |
36 | # Directory in which all plugin resources are installed | 36 | # Directory in which all plugin resources are installed |