cmake: remove spurious parenthese just added to xt-ld/linker_flags
Fixes commit 9a9e252d16
("cmake: linker: move toolchain_ld_<base|cpp>
to linker flag property")
Fixes failure:
```
CMake Error at zephyr/cmake/linker/xt-ld/linker_flags.cmake:32:
Parse error. Expected a command name, got right paren with text ")".
Call Stack (most recent call first):
zephyr/cmake/target_toolchain_flags.cmake:42 (include)
zephyr/cmake/modules/kernel.cmake:148 (include)
zephyr/cmake/modules/zephyr_default.cmake:142 (include)
zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boi
```
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
82613fba11
commit
c1cc11891c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ check_set_linker_property(TARGET linker PROPERTY orphan_error
|
|||
set_property(TARGET linker PROPERTY partial_linking "-r")
|
||||
|
||||
check_set_linker_property(TARGET linker PROPERTY no_relax ${LINKERFLAGPREFIX},--no-relax)
|
||||
)
|
||||
|
||||
check_set_linker_property(TARGET linker PROPERTY sort_alignment
|
||||
${LINKERFLAGPREFIX},--sort-common=descending
|
||||
${LINKERFLAGPREFIX},--sort-section=alignment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue