mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-25 00:27:19 +08:00
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
|
||
|
|