]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/arc/emsdp1.1_ram.specs
arc: libgloss: Add support of EM SDP board
[newlib-cygwin.git] / libgloss / arc / emsdp1.1_ram.specs
CommitLineData
6f8ee57d
YK
1%rename link emsdp_link
2%rename link_gcc_c_sequence emsdp_link_gcc_c_sequence
3%rename startfile emsdp_startfile
4
5*link:
6%(emsdp_link) -T emsdp1.1_ram.ld%s
7
8*emsdp_libgloss:
9-luart_8250 -lemsdp_uart
10
11*emsdp_libc:
12%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
13
14*link_gcc_c_sequence:
15%(emsdp_link_gcc_c_sequence) --start-group %G %(emsdp_libc) %(emsdp_libgloss) --end-group
16
17*startfile:
18%(emsdp_startfile) arc-main-helper%O%s
This page took 0.025964 seconds and 5 git commands to generate.