summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index d906661..84d5064 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -167,6 +167,11 @@ TOOLCHAIN:pn-mariadb:powerpc64le = "gcc"
167#| ^ 167#| ^
168TOOLCHAIN:pn-jack = "${@['clang','gcc'][d.getVar('SITEINFO_BITS') != '32']}" 168TOOLCHAIN:pn-jack = "${@['clang','gcc'][d.getVar('SITEINFO_BITS') != '32']}"
169 169
170#| error: return address can be determined only for current frame
171#| error: return address can be determined only for current frame
172#| error: return address can be determined only for current frame
173TOOLCHAIN:pn-gcompat:mips = "gcc"
174
170CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " 175CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "
171 176
172#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 177#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