Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools: Testbench: Remove -Wl,-EL to avoid build fail with xt-clang
The linker option to indicate little endian is unused and the warning causes build fail: clang-10clang-10: : errorerror: : -Wl,-EL: 'linker' input unused [-Werror,-Wunused-command-line-argument]-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: error: -Wl,-EL: 'linker' input unused [-Werror,-Wunused-command-line-argument] gmake[2]: *** [CMakeFiles/testbench.dir/build.make:76: CMakeFiles/testbench.dir/testbench.c.o] Error 1 Signed-off-by: Seppo Ingalsuo <[email protected]>
- Loading branch information