summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-12-01 08:24:11 -0800
committerKhem Raj <raj.khem@gmail.com>2023-12-03 07:30:26 -0800
commit9b08495e6bcef524789aefb6a7cc80fdfd2ff409 (patch)
tree06789b9dfad5aa147b85867df4a8d065259a5f9a
parent373a0199eddaacd77088f76c4be47d42228dcddc (diff)
downloadmeta-clang-9b08495e6bcef524789aefb6a7cc80fdfd2ff409.tar.gz
Revert "openssh: Enable to build it with clang again"
This reverts commit 89db18e81d78ba9756af04ec4e13d29082948207.
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 627b1da..b2b11d7 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -141,6 +141,9 @@ 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
144# Workaround oe-core patching problem temporarily 147# Workaround oe-core patching problem temporarily
145TOOLCHAIN:pn-rsync = "gcc" 148TOOLCHAIN:pn-rsync = "gcc"
146 149