summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-09 07:25:37 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-10 08:48:30 -0700
commit8204ee52dea70f19e39f8f0affcb4e4edb203f8c (patch)
treee52f38d6596a24cce29011a91c201318efd16563 /meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch
parentbc2b1482a0a79a6ff7a9211d9a06f3d637ab9e3d (diff)
downloadmeta-openembedded-8204ee52dea70f19e39f8f0affcb4e4edb203f8c.tar.gz
klibc: Upgrade to 2.0.10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch b/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch
index 69799c5c76..41936c9fe3 100644
--- a/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch
+++ b/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch
@@ -6,7 +6,7 @@
6 -I$(KLIBCOBJ)/../include \ 6 -I$(KLIBCOBJ)/../include \
7- -I$(KLIBCINC) 7- -I$(KLIBCINC)
8-ifeq ($(cc-name),clang) 8-ifeq ($(cc-name),clang)
9-KLIBCCPPFLAGS += -I$(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include) 9-KLIBCCPPFLAGS += -isystem $(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include)
10-endif 10-endif
11+ -I$(KLIBCINC) \ 11+ -I$(KLIBCINC) \
12+ -I$(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include) 12+ -I$(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include)