$ /path/to/ndk/23.0.7599858/toolchains/llvm/prebuilt/linux-x86_64/bin/clang test.c --target=armv7a-linux-androideabi28 -fno-integrated-as -pipe -D_FILE_OFFSET_BITS=64 -c
/usr/bin/as: unrecognized option '-EL'
clang-12: error: assembler command failed with exit code 1 (use -v to see invocation)
Description
Steps to reproduce:
.cfile$ cat test.c:Without
-fno-integrated-asit compiles just fine.I need to pass
-fno-integrated-asto workaround pixman issues: https://gitlab.freedesktop.org/pixman/pixman/-/issues/45