diff options
-rw-r--r-- | conf/nonclangable.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 6cd335e..71b11ee 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -239,6 +239,14 @@ CFLAGS:append:pn-userland:toolchain-clang = " -no-integrated-as" | |||
239 | # ^ | 239 | # ^ |
240 | CFLAGS:append:pn-libjpeg-turbo:toolchain-clang:mipsarch = " -no-integrated-as" | 240 | CFLAGS:append:pn-libjpeg-turbo:toolchain-clang:mipsarch = " -no-integrated-as" |
241 | 241 | ||
242 | # <inline asm>:1:41: error: expected '%<type>' or "<type>" | ||
243 | # 1 | .pushsection ".debug_gdb_scripts", "MS",@progbits,1 | ||
244 | # | ^ | ||
245 | # <inline asm>:318:12: error: .popsection without corresponding .pushsection | ||
246 | # 318 | .popsection | ||
247 | # | ^ | ||
248 | CXXFLAGS:append:pn-boost:toolchain-clang:arm = " -no-integrated-as" | ||
249 | |||
242 | #| /tmp/x86-sse2-cdb148.s:207:9: error: ambiguous operand size for instruction 'sub' | 250 | #| /tmp/x86-sse2-cdb148.s:207:9: error: ambiguous operand size for instruction 'sub' |
243 | #| sub SIZE, 64 | 251 | #| sub SIZE, 64 |
244 | #| ^~~~ | 252 | #| ^~~~ |