summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 51c22cd..5541396 100644
--- a/README.md
+++ b/README.md
@@ -63,8 +63,10 @@ following settings are needed in site configurations e.g. in `local.conf`
63 63
64```shell 64```shell
65TOOLCHAIN ?= "clang" 65TOOLCHAIN ?= "clang"
66TARGET_CXXFLAGS_remove_toolchain-clang = " --stdlib=libc++" 66LIBCPLUSPLUS = ""
67TUNE_CCARGS_remove_toolchain-clang = " --rtlib=compiler-rt --unwindlib=libunwind --stdlib=libc++" 67COMPILER_RT = ""
68UNWINDLIB = ""
69
68``` 70```
69 71
70# Removing clang from generated SDK toolchain 72# Removing clang from generated SDK toolchain