|
|
|
@ -66,6 +66,7 @@
@@ -66,6 +66,7 @@
|
|
|
|
|
# elfconvert_flag_final : Flags that must always be applied last at the elfconvert command |
|
|
|
|
# elfconvert_flag_strip_all : Flag that is used for stripping all symbols when converting |
|
|
|
|
# elfconvert_flag_strip_debug : Flag that is used to strip debug symbols when converting |
|
|
|
|
# elfconvert_flag_compress_debug_sections: Flag that is used to compress debug sections when converting |
|
|
|
|
# elfconvert_flag_intarget : Flag for specifying target used for infile |
|
|
|
|
# elfconvert_flag_outtarget : Flag for specifying target to use for converted file. |
|
|
|
|
# Target value must be one of those listed described by: elfconvert_formats |
|
|
|
@ -141,6 +142,7 @@ set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_COMMAND} -E ech
@@ -141,6 +142,7 @@ set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_COMMAND} -E ech
|
|
|
|
|
set_property(TARGET bintools PROPERTY elfconvert_formats "") |
|
|
|
|
set_property(TARGET bintools PROPERTY elfconvert_flag "") |
|
|
|
|
set_property(TARGET bintools PROPERTY elfconvert_flag_final "") |
|
|
|
|
set_property(TARGET bintools PROPERTY elfconvert_flag_compress_debug_sections "") |
|
|
|
|
set_property(TARGET bintools PROPERTY elfconvert_flag_outtarget "") |
|
|
|
|
set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "") |
|
|
|
|
set_property(TARGET bintools PROPERTY elfconvert_flag_gapfill "") |
|
|
|
|