From aa59d1c692fadf794b4011b3a9fa7dc8cf0b19cf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 1 Sep 2022 00:35:28 -0700 Subject: openssh: Use gcc for now Signed-off-by: Khem Raj --- conf/nonclangable.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index dcc23e6..e16bdc0 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -165,6 +165,9 @@ 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" + CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " #io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions -- cgit v1.2.3-54-g00ecf