9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
|
%rename link_gcc_c_sequence openocd_link_gcc_c_sequence
|
||
|
|
||
|
*libopenocd:
|
||
|
--whole-archive -lsys_openocd --no-whole-archive
|
||
|
|
||
|
*link_gcc_c_sequence:
|
||
|
%(openocd_link_gcc_c_sequence) --start-group %G %(libopenocd) --end-group
|
||
|
|