mbed-os/tools/export/makefile
Jimmy Brisson 7d75e277e7 Pass linker flags to the linker only once
Before, `make_gcc_arm` would export a makefile with both linker flags in
the `$(LD)` make variable and the `$(LD_FLAGS)` make variable. This only
affected GCC based makefiles, as the `$(LD)` make variable would only
contain the linker for both ARMC5 and IAR. This patch enforces the
`$(LD)` behavior of ARMC5 and IAR on all of the compilers by truncating
`$(LD)` to just the command
2017-02-10 11:28:02 -06:00
..
Makefile.tmpl Add pre-processing of linker scripts to Make exporter 2017-02-08 17:27:11 -06:00
__init__.py Pass linker flags to the linker only once 2017-02-10 11:28:02 -06:00
make-armc5.tmpl Generalize make exporters for all toolchains 2016-09-15 11:42:52 -05:00
make-gcc-arm.tmpl Use sys_libs from mbedToolchain in Makefiles 2017-01-17 13:57:37 -06:00
make-gcc-arm_nxp.tmpl Generalize make exporters for all toolchains 2016-09-15 11:42:52 -05:00
make-iar.tmpl Generalize make exporters for all toolchains 2016-09-15 11:42:52 -05:00