summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch2
-rw-r--r--recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 619b2f3..ca2984a 100644
--- a/README.md
+++ b/README.md
@@ -172,15 +172,15 @@ CXX:remove:pn-<recipe>:toolchain-clang = " -stdlib=libc++ "
172 172
173# compiler-rt failing in do_configure with custom TARGET_VENDOR 173# compiler-rt failing in do_configure with custom TARGET_VENDOR
174 174
175If your DISTRO sets own value of TARGET_VENDOR, then it's need to be added in 175If your DISTRO sets its own value of TARGET_VENDOR, then it needs to be added in
176CLANG_EXTRA_OE_VENDORS, it should be done automatically, but if compiler-rt fails 176CLANG_EXTRA_OE_VENDORS, it should be done automatically, but if compiler-rt fails
177like bellow, then check the end of work-shared/llvm-project-source-12.0.0-r0/temp/log.do_patch 177like bellow, then check the end of work-shared/llvm-project-source-12.0.0-r0/temp/log.do_patch
178is should have line like: 178it should have a line like:
179NOTE: Adding support following TARGET_VENDOR values: foo in 179NOTE: Adding support following TARGET_VENDOR values: foo in
180 /OE/build/oe-core/tmp-glibc/work-shared/llvm-project-source-12.0.0-r0/git/llvm/lib/Support/Triple.cpp and 180 /OE/build/oe-core/tmp-glibc/work-shared/llvm-project-source-12.0.0-r0/git/llvm/lib/Support/Triple.cpp and
181 /OE/build/oe-core/tmp-glibc/work-shared/llvm-project-source-12.0.0-r0/git/clang/lib/Driver/ToolChains/Gnu.cpp 181 /OE/build/oe-core/tmp-glibc/work-shared/llvm-project-source-12.0.0-r0/git/clang/lib/Driver/ToolChains/Gnu.cpp
182and check these files if //CLANG_EXTRA_OE_VENDORS* strings were replaced correctly. 182and check these files if //CLANG_EXTRA_OE_VENDORS* strings were replaced correctly.
183Read add_more_target_vendors function in recipes-devtools/clang/llvm-project-source.inc for more details. 183Read add_distro_vendor function in recipes-devtools/clang/llvm-project-source.inc for more details.
184 184
185http://errors.yoctoproject.org/Errors/Details/574365/ 185http://errors.yoctoproject.org/Errors/Details/574365/
186```shell 186```shell
diff --git a/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch b/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch
index 1da6686..11cdec3 100644
--- a/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch
+++ b/recipes-devtools/clang/clang/0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch
@@ -45,7 +45,7 @@ is different between clang and clang-native
45 45
46The //CLANG_EXTRA_OE_VENDORS_TRIPLES string is replaced with list of 46The //CLANG_EXTRA_OE_VENDORS_TRIPLES string is replaced with list of
47additional triples based on CLANG_EXTRA_OE_VENDORS variable in 47additional triples based on CLANG_EXTRA_OE_VENDORS variable in
48recipes-devtools/clang/llvm-project-source.inc:add_more_target_vendors() 48recipes-devtools/clang/llvm-project-source.inc:add_distro_vendor()
49 49
50Upstream-Status: Inappropriate [oe specific] 50Upstream-Status: Inappropriate [oe specific]
51 51
diff --git a/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch b/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch
index 7a1f0e4..f3d728f 100644
--- a/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch
+++ b/recipes-devtools/clang/clang/0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch
@@ -7,7 +7,7 @@ This helps in making right detection for OE built gcc toolchains
7 7
8The //CLANG_EXTRA_OE_VENDORS_CASES string is replaced with list of 8The //CLANG_EXTRA_OE_VENDORS_CASES string is replaced with list of
9additional Ceses based on CLANG_EXTRA_OE_VENDORS variable in 9additional Ceses based on CLANG_EXTRA_OE_VENDORS variable in
10recipes-devtools/clang/llvm-project-source.inc:add_more_target_vendors() 10recipes-devtools/clang/llvm-project-source.inc:add_distro_vendor()
11 11
12Upstream-Status: Inappropriate [OE-specific] 12Upstream-Status: Inappropriate [OE-specific]
13 13