diff options
-rw-r--r-- | conf/nonclangable.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index dc58912..00de43f 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -205,6 +205,8 @@ TOOLCHAIN:pn-optee-os:imx-nxp-bsp = "gcc" | |||
205 | # Poco/PriorityDelegate.h:203:10: error: no member named '_pTarget' in 'PriorityDelegate<type-parameter-0-0, void, true>' | 205 | # Poco/PriorityDelegate.h:203:10: error: no member named '_pTarget' in 'PriorityDelegate<type-parameter-0-0, void, true>' |
206 | TOOLCHAIN:pn-poco = "gcc" | 206 | TOOLCHAIN:pn-poco = "gcc" |
207 | TOOLCHAIN:pn-netdata = "gcc" | 207 | TOOLCHAIN:pn-netdata = "gcc" |
208 | # Needs OMP and with clang openmp is not ported to rv32 yet | ||
209 | TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc" | ||
208 | 210 | ||
209 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 211 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
210 | 212 | ||