mbed-os/tools/export
Volodymyr Medvid 1676bd3e83 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-08 16:50:27 +00:00
..
atmelstudio Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
cces Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
cdt Resolved code review comments 2019-02-08 16:50:27 +00:00
cmake Add combined hex target to CMake 2018-08-11 10:56:29 -07:00
cmsis Enable uvision export for NS cores 2018-08-08 09:07:45 -05:00
codeblocks Added required changes outside of TARGET_Cypress tree: 2018-11-01 20:19:21 +01:00
coide Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
e2studio Updated to include user defined static lib files in the Linker object files path. 2018-08-13 09:19:47 +01:00
embitz SImplify linkerscirpt usage 2018-08-30 08:41:15 -05:00
gnuarmeclipse Added required changes outside of TARGET_Cypress tree: 2018-11-01 20:19:21 +01:00
iar M2351: Update code to support IAR 8.x builds 2019-02-08 16:50:27 +00:00
kds Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
lpcxpresso Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
makefile makefile export: create .link_options.txt with echo 2019-02-08 16:50:27 +00:00
mcuxpresso Merge pull request #7937 from theotherjimmy/fix-mcuxpresso-lib-use 2018-10-10 08:45:25 -05:00
nb Export, nb: Use same path for cpp as the rest of the tools 2018-09-27 10:55:36 -05:00
qtcreator Add clean methods to many more exporters 2018-02-22 14:46:21 -06:00
simplicity Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
sw4stm32 NUCLEO_L4R5ZI: update iar and sw4stm32 exporters 2018-09-27 12:03:07 +02:00
uvision Escape quotes in uvision project file defines 2018-08-24 14:00:52 -05:00
vscode Correct syntax for mbed export in Py3 2018-03-16 13:08:20 -05:00
zip Move zip into its own dir 2017-01-17 12:39:39 -06:00
.gitignore Export folder needs to not ignore .mbed files. 2018-05-14 12:25:07 -05:00
.hgignore Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
.mbed Add `mbed new .` output to export 2017-04-26 09:52:07 -05:00
GettingStarted.html Export: fix link in gettingstarted 2017-12-12 08:46:06 +00:00
__init__.py Removed "ALL" from PrettyTable import 2018-12-27 22:25:58 -06:00
exporters.py Simplified M0/M4 binary merging functionality. Now, M0 binary image to be used has to be explicitely named in a json file (can be ovverriden in mbed_app.json). 2018-11-01 22:14:06 +01:00