summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 499ce58..31d7b10 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -164,6 +164,12 @@ TOOLCHAIN:pn-redis:mips = "gcc"
164# This header is only available with gcc-cross 164# This header is only available with gcc-cross
165TOOLCHAIN:pn-mariadb:powerpc64le = "gcc" 165TOOLCHAIN:pn-mariadb:powerpc64le = "gcc"
166 166
167# latest 32bit arch versions fails to compile with clang 13
168# common/JackEngineControl.h:89:5: error: requested alignment is less than minimum alignment of 8 for type 'Jack::JackFrameTimer'
169#| alignas(UInt32) JackFrameTimer fFrameTimer;
170#| ^
171TOOLCHAIN:pn-jack = "${@['clang','gcc'][d.getVar('SITEINFO_BITS') != '32']}"
172
167CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " 173CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "
168 174
169#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 175#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