summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-30 12:04:38 -0800
committerKhem Raj <raj.khem@gmail.com>2023-12-21 08:34:25 -0800
commit3c5cfd154aa42206a78b22317d363846aa3d4283 (patch)
tree127ffb2b2874ca0eb3bc275c92f04ba0ff8c7c8e
parent33752d15f01d15e0e0a53ee2dc507ebb679184cd (diff)
downloadmeta-clang-3c5cfd154aa42206a78b22317d363846aa3d4283.tar.gz
openssh: Enable to build it with clang again
Clang-17 is good to build it, it had issues with clang-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index b2b11d7..627b1da 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -141,9 +141,6 @@ TOOLCHAIN:pn-gcompat:mips = "gcc"
141# mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 141# mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614
142TOOLCHAIN:pn-php:mips = "gcc" 142TOOLCHAIN:pn-php:mips = "gcc"
143 143
144# Clang-15 compiled openSSH tools crash on target ssh-keygen specifically
145TOOLCHAIN:pn-openssh = "gcc"
146
147# Workaround oe-core patching problem temporarily 144# Workaround oe-core patching problem temporarily
148TOOLCHAIN:pn-rsync = "gcc" 145TOOLCHAIN:pn-rsync = "gcc"
149 146