diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Kbuild.klibc-Add-path-to-compiler-headers-via-isyste.patch')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Kbuild.klibc-Add-path-to-compiler-headers-via-isyste.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Kbuild.klibc-Add-path-to-compiler-headers-via-isyste.patch b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Kbuild.klibc-Add-path-to-compiler-headers-via-isyste.patch index 7cd4c0e49c..181dcfb6de 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Kbuild.klibc-Add-path-to-compiler-headers-via-isyste.patch +++ b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Kbuild.klibc-Add-path-to-compiler-headers-via-isyste.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 10fb440795a7796140bd657ee028847ec7c34447 Mon Sep 17 00:00:00 2001 | 1 | From 4b4147b76518d31a88fb2c58cdbf2236e159a25c 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, 8 Sep 2017 23:10:54 -0700 | 3 | Date: Fri, 8 Sep 2017 23:10:54 -0700 |
4 | Subject: [PATCH] Kbuild.klibc: Add path to compiler headers via -isystem | 4 | Subject: [PATCH] Kbuild.klibc: Add path to compiler headers via -isystem |
@@ -7,12 +7,13 @@ We need to include this path so it can find compiler headers e.g. | |||
7 | stdarg.h which is called from wrapper stdarg.h using include_next | 7 | stdarg.h which is called from wrapper stdarg.h using include_next |
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | |||
10 | --- | 11 | --- |
11 | scripts/Kbuild.klibc | 5 +++-- | 12 | scripts/Kbuild.klibc | 3 ++- |
12 | 1 file changed, 3 insertions(+), 2 deletions(-) | 13 | 1 file changed, 2 insertions(+), 1 deletion(-) |
13 | 14 | ||
14 | diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc | 15 | diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc |
15 | index f500d535..1d5cdc43 100644 | 16 | index 101f86f..1d5cdc4 100644 |
16 | --- a/scripts/Kbuild.klibc | 17 | --- a/scripts/Kbuild.klibc |
17 | +++ b/scripts/Kbuild.klibc | 18 | +++ b/scripts/Kbuild.klibc |
18 | @@ -105,7 +105,8 @@ KLIBCOBJCOPY := $(OBJCOPY) | 19 | @@ -105,7 +105,8 @@ KLIBCOBJCOPY := $(OBJCOPY) |
@@ -25,6 +26,3 @@ index f500d535..1d5cdc43 100644 | |||
25 | -I$(KLIBCINC)/arch/$(KLIBCARCHDIR) \ | 26 | -I$(KLIBCINC)/arch/$(KLIBCARCHDIR) \ |
26 | -I$(KLIBCINC)/bits$(KLIBCBITSIZE) \ | 27 | -I$(KLIBCINC)/bits$(KLIBCBITSIZE) \ |
27 | -I$(KLIBCOBJ)/../include \ | 28 | -I$(KLIBCOBJ)/../include \ |
28 | -- | ||
29 | 2.14.1 | ||
30 | |||