diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-01 00:35:28 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-12 10:51:30 -0700 |
commit | aa59d1c692fadf794b4011b3a9fa7dc8cf0b19cf (patch) | |
tree | 1d0afb6eff3f6a56b0017ab8f68f7caab4e41b77 | |
parent | ea60a94fe759ca3f30ae9332e396a115e837e564 (diff) | |
download | meta-clang-aa59d1c692fadf794b4011b3a9fa7dc8cf0b19cf.tar.gz |
openssh: Use gcc for now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
165 | # mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 | 165 | # mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 |
166 | TOOLCHAIN:pn-php:mips = "gcc" | 166 | TOOLCHAIN:pn-php:mips = "gcc" |
167 | 167 | ||
168 | # Clang-15 compiled openSSH tools crash on target ssh-keygen specifically | ||
169 | TOOLCHAIN:pn-openssh = "gcc" | ||
170 | |||
168 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 171 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
169 | 172 | ||
170 | #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 | 173 | #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 |