mbed-os/tools/export/makefile
Volodymyr Medvid 6918e6a76b makefile export: create .link_options.txt with echo
$(file > $@.in, $(filter %.o, $^)) is not supported in GNU Make 3.81.
Create the linker response file with pipe redirect from echo command.
This is tested with Cygwin make and make 3.8.1 shipped with macOS.

Also, change the linker responce file name to .link_options.txt.
This is an internal file, not a build artifact.
2019-02-04 20:10:47 +02:00
..
Makefile.tmpl makefile export: create .link_options.txt with echo 2019-02-04 20:10:47 +02:00
__init__.py Implement Linker command/response files in make export 2019-01-31 17:38:25 +02:00
make-arm.tmpl Genericify arm compiler exporter to versions 5 + 6 2017-09-11 13:20:32 -05:00
make-gcc-arm.tmpl fix unresolved linker msg: __wrap_ 2017-07-31 23:34:48 +02:00
make-iar.tmpl Generalize make exporters for all toolchains 2016-09-15 11:42:52 -05:00