1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/toolchain
Gaëtan Harter 566c990eba
makefiles/toolchain: fix command -v multiple commands
`command -v first second third` only works in `bash` and not in `sh`.
So replace with multiple calls to `command`.

This fixes using `objcopy` when the toolchain `objcopy` is not available.
2019-01-28 13:48:20 +01:00
..
gnu.inc.mk makefiles/toolchain: fix command -v multiple commands 2019-01-28 13:48:20 +01:00
llvm.inc.mk makefiles/toolchain: fix command -v multiple commands 2019-01-28 13:48:20 +01:00