Skip to content
Snippets Groups Projects
Commit a07e1f56 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

meta-ohos-core: toolchain: Switch defaults to use clang, compiler-rt and libc++


Switch defaults to use clang, compiler-rt and libc++ -- let's test our
toolchain extensively before the release.
To go back to previous defaults, simply override the settings by putting
TOOLCHAIN = "gcc"
etc. into local.conf

Signed-off-by: default avatarBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
parent c83a11ac
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,11 @@ DISTRO_VERSION = "0.1.99" ...@@ -12,6 +12,11 @@ DISTRO_VERSION = "0.1.99"
TCLIBC ?= "musl" TCLIBC ?= "musl"
TOOLCHAIN ?= "clang"
RUNTIME ?= "llvm"
LIBCPLUSPLUS ?= "--stdlib=libc++"
CLANGSDK ?= "1"
INIT_MANAGER = "systemd" INIT_MANAGER = "systemd"
# Remove some of the default Poky DISTRO_FEATURES we inherited, but do not use. # Remove some of the default Poky DISTRO_FEATURES we inherited, but do not use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment