summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3aa42da..eddf548 100644
--- a/README.md
+++ b/README.md
@@ -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
74Using RUNTIME bariable will select which C++ runtime is used, however it can be overridden 74Using RUNTIME variable will select which C++ runtime is used, however it can be overridden
75if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is 75if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is
76best fit. e.g. below we select LLVM C++ as default C++ runtime. 76best fit. e.g. below we select LLVM C++ as default C++ runtime.
77 77