cmake: llvm: Add elfconvert_flag_lma_adjust property
The elfconvert_flag_lma_adjust property is required when using CONFIG_BUILD_OUTPUT_ADJUST_LMA, but was missing for LLVM. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
a7e6fe6e6e
commit
d3a0e16ede
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-s
|
|||
set_property(TARGET bintools PROPERTY elfconvert_flag_section_only "--only-section=")
|
||||
set_property(TARGET bintools PROPERTY elfconvert_flag_section_rename "--rename-section;")
|
||||
|
||||
set_property(TARGET bintools PROPERTY elfconvert_flag_lma_adjust "--change-section-lma;")
|
||||
|
||||
# llvm-objcopy doesn't support gap fill argument.
|
||||
set_property(TARGET bintools PROPERTY elfconvert_flag_gapfill "")
|
||||
set_property(TARGET bintools PROPERTY elfconvert_flag_srec_len "--srec-len=")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue