mbed-os/tools/export
Volodymyr Medvid 26043e5ee4
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.

(cherry picked from commit 6918e6a76b)

Revert "Fixed problem with overlong command line."

This reverts commit dd02ac09a1.

See also https://github.com/ARMmbed/mbed-os/pull/12646#issuecomment-602058273
2020-03-21 20:24:28 +01:00
..
atmelstudio tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
cces Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
cdt tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
cmake tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
cmsis Update to provide the right device name in the Asymmetric case 2019-03-14 07:24:19 -05:00
codeblocks PSOC6: remove PSA targets 2019-07-08 14:49:26 +03:00
coide tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
e2studio tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
embitz tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
gnuarmeclipse Python3 fixes 2019-08-15 10:06:41 +03:00
iar Adding Samsung Exynos i S111 target code. 2020-01-22 14:40:50 +09:00
kds tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
lpcxpresso GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
makefile makefile export: create .link_options.txt with echo 2020-03-21 20:24:28 +01:00
mcuxpresso tools: export: MCUXpresso: fix case inconsistencies in .templ file names 2019-02-15 11:56:27 -06:00
nb Export, nb: Use same path for cpp as the rest of the tools 2018-09-27 10:55:36 -05:00
qtcreator tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
simplicity tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
sw4stm32 Merge pull request #9814 from LMESTM/dev_NUCLEO_WB55RG 2019-04-04 15:30:07 +02:00
uvision M2351: Add post-binary hook into uvision whitelist 2019-09-16 11:02:16 +08:00
vscode Removing absolute paths to compiler executables 2019-07-09 11:06:03 +01:00
zip tools: fix SPDX identifiers 2020-02-21 07:01:48 +00: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 Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
exporters.py Updates to `/tools` for Python 3 compatibility 2019-11-21 15:02:37 +00:00