From 3c5cfd154aa42206a78b22317d363846aa3d4283 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 Nov 2023 12:04:38 -0800 Subject: [PATCH] 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 --- conf/nonclangable.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index b2b11d7a..627b1da2 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -141,9 +141,6 @@ TOOLCHAIN:pn-gcompat:mips = "gcc" # mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 TOOLCHAIN:pn-php:mips = "gcc" -# Clang-15 compiled openSSH tools crash on target ssh-keygen specifically -TOOLCHAIN:pn-openssh = "gcc" - # Workaround oe-core patching problem temporarily TOOLCHAIN:pn-rsync = "gcc"