Skip to content

Commit dc90583

Browse files
marc-hbkv2019i
authored andcommitted
smex/CMakeLists.txt: drop bogus, non-portable -Wl,-EL binutils option
This option was added by initial commit 36929ae ("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>
1 parent ee5efdf commit dc90583

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

smex/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ target_compile_options(smex PRIVATE
2323
)
2424

2525
target_link_options(smex PRIVATE
26-
-Wall -Werror -Wl,-EL
26+
-Wall -Werror
2727
)
2828

2929
target_include_directories(smex PRIVATE
@@ -36,4 +36,4 @@ if (NOT CONFIG_SOF_ZEPHYR_STRICT_HEADERS)
3636
target_include_directories(smex PRIVATE
3737
"${SOF_ROOT_SOURCE_DIRECTORY}/xtos/include"
3838
)
39-
endif()
39+
endif()

0 commit comments

Comments
 (0)