diff options
-rw-r--r-- | conf/nonclangable.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 9c408d0..6c88361 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -234,6 +234,11 @@ CFLAGS_append_pn-libsdl2_toolchain-clang_arm = " -no-integrated-as" | |||
234 | # ^ | 234 | # ^ |
235 | CFLAGS_append_pn-luajit_toolchain-clang_mips = " -no-integrated-as" | 235 | CFLAGS_append_pn-luajit_toolchain-clang_mips = " -no-integrated-as" |
236 | 236 | ||
237 | #FAILED: libucontext_posix.so.1 | ||
238 | #clang-13: error: unable to execute command: Segmentation fault (core dumped) | ||
239 | #clang-13: error: linker command failed due to signal (use -v to see invocation) | ||
240 | CFLAGS_append_pn-libucontext_toolchain-clang_powerpc64le = " -no-integrated-as" | ||
241 | |||
237 | # Generated asm file can not be compiled with clang assembler due to presence of .0 label | 242 | # Generated asm file can not be compiled with clang assembler due to presence of .0 label |
238 | # and its references | 243 | # and its references |
239 | #| aes-decrypt-internal-2.s:368:1: error: unexpected token at start of statement | 244 | #| aes-decrypt-internal-2.s:368:1: error: unexpected token at start of statement |