mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-13 12:39:22 +08:00
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
|
%rename link_gcc_c_sequence hl_link_gcc_c_sequence
|
||
|
%rename startfile hl_startfile
|
||
|
|
||
|
*hl_libgloss:
|
||
|
-lhl
|
||
|
|
||
|
*hl_libc:
|
||
|
%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
|
||
|
|
||
|
*link_gcc_c_sequence:
|
||
|
%(hl_link_gcc_c_sequence) --start-group %G %(hl_libc) %(hl_libgloss) --end-group
|
||
|
|
||
|
*startfile:
|
||
|
%(hl_startfile) arc-main-helper%O%s
|