Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools: tplg_parser: Remove -Wl,-EL to avoid build fail with xt-clang
The linker option to indicate little-endian is not needed. It causes build fail: clang-10: errorclang-10: : -Wl,-EL: 'linker' input unused [-Werror,-Wunused-command-line-argument] error: -Wl,-EL: 'linker' input unused [-Werror,-Wunused-command-line-argument] clang-10: error: -Wl,-EL: 'linker' input unused [-Werror,-Wunused-command-line-argument] clang-10: clang-10error: : error: -Wl,-EL: 'linker' input unused [-Werror,-Wunused-command-line-argument] -Wl,-EL: 'linker' input unused [-Werror,-Wunused-command-line-argument] gmake[5]: *** [CMakeFiles/sof_tplg_parser.dir/build.make:90: CMakeFiles/sof_tplg_parser.dir/process.c.o] Error 1 Signed-off-by: Seppo Ingalsuo <[email protected]>
- Loading branch information