diff options
author | fwuehr95 <91177557+fwuehr95@users.noreply.github.com> | 2022-10-13 12:49:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-13 11:19:59 -0700 |
commit | 8a6558fe1cedb3eb817333369a3cc2512364f1a6 (patch) | |
tree | 298511d2aded369d7bdbe2b44060410fce472765 | |
parent | 3880a395f870ecd8da73d2de1e2b88a855df2ef0 (diff) | |
download | meta-clang-8a6558fe1cedb3eb817333369a3cc2512364f1a6.tar.gz |
Update Readme.md - fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ do provide crt files, they have not been yet intergrated into toolchain | |||
71 | 71 | ||
72 | # Default C++ Standard Library Switch | 72 | # Default C++ Standard Library Switch |
73 | 73 | ||
74 | Using RUNTIME bariable will select which C++ runtime is used, however it can be overridden | 74 | Using RUNTIME variable will select which C++ runtime is used, however it can be overridden |
75 | if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is | 75 | if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is |
76 | best fit. e.g. below we select LLVM C++ as default C++ runtime. | 76 | best fit. e.g. below we select LLVM C++ as default C++ runtime. |
77 | 77 | ||