mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
qemuriscv: Do not blacklist clang anymore
clang 9.x ( which is now default in meta-clang ) supports riscv (From OE-Core rev: 198689f74915756ce6ae38d6735780a26e9b3f7e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -36,16 +36,3 @@ QB_TCPSERIAL_OPT = " -device virtio-serial-device -chardev socket,id=virtcon,por
|
||||
# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
|
||||
QB_OPT_APPEND = " -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-device,rng=rng0"
|
||||
|
||||
BAD_RECOMMENDATIONS += "\
|
||||
libcxx-dev \
|
||||
libcxx-staticdev \
|
||||
compiler-rt-dev \
|
||||
compiler-rt-staticdev \
|
||||
"
|
||||
|
||||
ASSUME_PROVIDED += "\
|
||||
libcxx-dev \
|
||||
libcxx-staticdev \
|
||||
compiler-rt-dev \
|
||||
compiler-rt-staticdev \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user