From fbc1e97d4dc3a085bf76d21741776df952e18eb7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 27 Nov 2022 08:19:54 -0800 Subject: rsync: Use gcc for now Needed until [1] is merged into oe-core [1] https://patchwork.yoctoproject.org/project/oe-core/patch/20221123215941.2411460-1-raj.khem@gmail.com/ 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 655e5bc..04112f4 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -134,6 +134,9 @@ 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" + CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " #../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? -- cgit v1.2.3-54-g00ecf