FreeCalypso > hg > fc-magnetite
comparison makefile-frags/link-steps @ 63:065aacae8b37
makefile-frags/link-steps: it's make_cmd.pl, not make-cmd.pl
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 Oct 2016 03:30:53 +0000 |
parents | dba3f097489e |
children | 84f4a04fde24 |
comparison
equal
deleted
inserted
replaced
62:9c16635ee5d2 | 63:065aacae8b37 |
---|---|
1 str2ind.obj: str2ind.c | 1 str2ind.obj: str2ind.c |
2 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw str2ind.c | 2 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw str2ind.c |
3 | 3 |
4 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen | 4 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen |
5 perl ../scripts/ti/make-cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \ | 5 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \ |
6 ${SPECIAL_LINK_LIBS} | 6 ${SPECIAL_LINK_LIBS} |
7 | 7 |
8 gsm-fw.out: ${LIBS} str2ind.obj link.cmd | 8 gsm-fw.out: ${LIBS} str2ind.obj link.cmd |
9 ../toolwrap/vlnk470 -farcall -x -o $@ -m gsm-fw.map $^ | 9 ../toolwrap/vlnk470 -farcall -x -o $@ -m gsm-fw.map $^ |
10 | 10 |