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-03 07:30:26 -0800
commit373a0199eddaacd77088f76c4be47d42228dcddc (patch)
tree0b7e7fbdb72a064aff5ab7624848d070d67d2b22
parent66f7d132851eed38713da801888dfc818bf008eb (diff)
downloadmeta-clang-373a0199eddaacd77088f76c4be47d42228dcddc.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