From 3eeab49ede5db9c8ed6f2d527bd885e9e9150ffd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 3 Dec 2022 17:09:30 -0800 Subject: u-boot: Always use gcc compiler to build Clang-15 fails to compile u-boot on mips right 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 5caa770..225fa4b 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -137,6 +137,9 @@ TOOLCHAIN:pn-openssh = "gcc" # Workaround oe-core patching problem temporarily TOOLCHAIN:pn-rsync = "gcc" +# U-boot does compile with clang but clang-15 crashes compiling it :( +TOOLCHAIN:pn-u-boot = "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