zephyr/make
Peter Mitsis c3d43a5b1f Use ${vLD} to link instead of using ${vCC}
Use the linker to link instead of the compiler.  As a direct consequence,
the makefile variable ${vLD_K} is no longer required and is replaced with
${vLD}.

Also note that this requires the addition of defs.exec arm variants for "otc"
and "xtools".  These files are needed so that the linker knows where to find
"libgcc.a".  (Previously when linking using the compiler, the compiler knew
where to find "libgcc.a".)

Change-Id: I0888a51f63687068336fa591863469342a56215d
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:00 -05:00
..
env Remove VXLITE references from build system 2016-02-05 20:13:49 -05:00
host toolchain.defs: Remove absolute path 2016-02-05 20:13:59 -05:00
target Use ${vLD} to link instead of using ${vCC} 2016-02-05 20:14:00 -05:00
vxmicro Use ${vLD} to link instead of using ${vCC} 2016-02-05 20:14:00 -05:00