diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-17 17:16:18 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-18 09:32:39 -0800 |
commit | 191f26f819ae352f617176d0512fc74c9b94bbd6 (patch) | |
tree | 7a61093ada2297fe3d3f506cc3f66cf92f5a414f | |
parent | 03f578578be34734aed9b03d33fa031add5c9bf5 (diff) | |
download | meta-clang-191f26f819ae352f617176d0512fc74c9b94bbd6.tar.gz |
boost: Use -no-integrated-as for arm
With boost 1.87, internal assembler seems to be not able to
compile boost only on arm ( 32bit ), so for now disable internal assembler
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 | #| ^~~~ |