mirror of https://github.com/thesofproject/sof.git
smex/CMakeLists.txt: drop bogus, non-portable -Wl,-EL binutils option
This option was added by initial commit 36929ae1b7
("smex: Create new
tool to build ldc file") without any justification. It has been causing
countless portability issues, see previous commit for examples. It makes
even less sense for a build-time utility. Get rid of it.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
ee5efdf5b9
commit
dc9058365e
|
@ -23,7 +23,7 @@ target_compile_options(smex PRIVATE
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_options(smex PRIVATE
|
target_link_options(smex PRIVATE
|
||||||
-Wall -Werror -Wl,-EL
|
-Wall -Werror
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(smex PRIVATE
|
target_include_directories(smex PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue