mirror of https://github.com/ARMmbed/mbed-os.git
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 |
||
---|---|---|
.. | ||
Makefile.tmpl | ||
__init__.py | ||
make-armc5.tmpl | ||
make-gcc-arm.tmpl | ||
make-gcc-arm_nxp.tmpl | ||
make-iar.tmpl |