diff options
| author | Etienne Cordonnier <ecordonnier@snap.com> | 2023-05-10 16:16:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-10 08:16:38 -0700 |
| commit | a52e46d69a76ec8ab400cdae5409425eef4f5569 (patch) | |
| tree | f8a9f7b9f4a41d6d15e522ad52b3a7a0a22ed4c8 /README.md | |
| parent | e7b3acb82f4c4422e57884ad9427fba6bd020e8b (diff) | |
| download | meta-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 | ||
| 175 | If your DISTRO sets own value of TARGET_VENDOR, then it's need to be added in | 175 | If your DISTRO sets its own value of TARGET_VENDOR, then it needs to be added in |
| 176 | CLANG_EXTRA_OE_VENDORS, it should be done automatically, but if compiler-rt fails | 176 | CLANG_EXTRA_OE_VENDORS, it should be done automatically, but if compiler-rt fails |
| 177 | like bellow, then check the end of work-shared/llvm-project-source-12.0.0-r0/temp/log.do_patch | 177 | like bellow, then check the end of work-shared/llvm-project-source-12.0.0-r0/temp/log.do_patch |
| 178 | is should have line like: | 178 | it should have a line like: |
| 179 | NOTE: Adding support following TARGET_VENDOR values: foo in | 179 | NOTE: 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 |
| 182 | and check these files if //CLANG_EXTRA_OE_VENDORS* strings were replaced correctly. | 182 | and check these files if //CLANG_EXTRA_OE_VENDORS* strings were replaced correctly. |
| 183 | Read add_more_target_vendors function in recipes-devtools/clang/llvm-project-source.inc for more details. | 183 | Read add_distro_vendor function in recipes-devtools/clang/llvm-project-source.inc for more details. |
| 184 | 184 | ||
| 185 | http://errors.yoctoproject.org/Errors/Details/574365/ | 185 | http://errors.yoctoproject.org/Errors/Details/574365/ |
| 186 | ```shell | 186 | ```shell |
