diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-11-25 18:17:21 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-25 18:18:54 -0800 |
commit | 84dbafa42d8141b00da75d6664aef07c252a52ee (patch) | |
tree | 329f01e6ea1733e6a16900463b382bb12a268b1f | |
parent | 8bf9f02d5193c9712d6b383bdf7d98d853c4711b (diff) | |
download | meta-clang-84dbafa42d8141b00da75d6664aef07c252a52ee.tar.gz |
pixman: Do not use clang assembler for now
Results in assembly file errors e.g.
| <instantiation>:1:1: error: unknown directive
| .func fname
| ^
| <instantiation>:2:1: note: while in macro instantiation
| pixman_asm_function fname
| ^
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 7df9fd7..655e5bc 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -344,4 +344,5 @@ DEPENDS:append:pn-pixman:mips:toolchain-clang = " openmp" | |||
344 | #| .endfunc | 344 | #| .endfunc |
345 | #| ^ | 345 | #| ^ |
346 | CFLAGS:append:pn-pixman:arm:toolchain-clang = " -no-integrated-as" | 346 | CFLAGS:append:pn-pixman:arm:toolchain-clang = " -no-integrated-as" |
347 | CFLAGS:append:pn-pixman:aarch64:toolchain-clang = " -no-integrated-as" | ||
347 | 348 | ||