zephyr/cmake/bintools
Danny Oerndrup 51634cd661 cmake: Toolchain abstraction: Abstraction of binary tool, objcopy.
This abstracts the interface for generation of the objcopy command
line, by naming the desired actions instead of directly setting the
command parameters, which then opens up for other binary tool sets
which may require different arguments to achieve the desired result.

The intent here is to abstract Zephyr's dependence on toolchains,
thus allowing for easier porting to other, perhaps commercial,
toolchains and/or usecases.

No functional change expected.

Signed-off-by: Danny Oerndrup <daor@demant.com>
2019-08-02 13:05:59 +02:00
..
gnu cmake: Toolchain abstraction: Abstraction of binary tool, objcopy. 2019-08-02 13:05:59 +02:00
host-gnu cmake: Toolchain abstraction: Abstraction of binary tool, objcopy. 2019-08-02 13:05:59 +02:00
llvm cmake: Toolchain abstraction: Abstraction of binary tool, objcopy. 2019-08-02 13:05:59 +02:00