summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEtienne Cordonnier <ecordonnier@snap.com>2023-05-10 16:16:38 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-10 08:16:38 -0700
commita52e46d69a76ec8ab400cdae5409425eef4f5569 (patch)
treef8a9f7b9f4a41d6d15e522ad52b3a7a0a22ed4c8 /README.md
parente7b3acb82f4c4422e57884ad9427fba6bd020e8b (diff)
downloadmeta-clang-a52e46d69a76ec8ab400cdae5409425eef4f5569.tar.gz
rename add_more_target_vendors to add_distro_vendor
The function was renamed in 9d190cb3b3 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 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