diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -63,8 +63,10 @@ following settings are needed in site configurations e.g. in `local.conf` | |||
63 | 63 | ||
64 | ```shell | 64 | ```shell |
65 | TOOLCHAIN ?= "clang" | 65 | TOOLCHAIN ?= "clang" |
66 | TARGET_CXXFLAGS_remove_toolchain-clang = " --stdlib=libc++" | 66 | LIBCPLUSPLUS = "" |
67 | TUNE_CCARGS_remove_toolchain-clang = " --rtlib=compiler-rt --unwindlib=libunwind --stdlib=libc++" | 67 | COMPILER_RT = "" |
68 | UNWINDLIB = "" | ||
69 | |||
68 | ``` | 70 | ``` |
69 | 71 | ||
70 | # Removing clang from generated SDK toolchain | 72 | # Removing clang from generated SDK toolchain |