TI: Fix C toolchain command-lines
Fixed TI-C compiler file.
This is tested with
- Compiler: TI ARM-CGT 18.12.4 (http://www.ti.com/tool/ARM-CGT)
- Generators: Unix Makefiles, Ninja
Fixed issues:
- the linker options were in the wrong order (linking didnt work)
- the map file was not produced
- response file flags were missing/incorrect, which lead to compile failures with Ninja and response files
Edited by Brad King