]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/arc/emsk1_em6_ram.specs
arc: libgloss: Add support of EM Starter Kit board
[newlib-cygwin.git] / libgloss / arc / emsk1_em6_ram.specs
CommitLineData
2935b9e7
YK
1%rename link emsk_link
2%rename link_gcc_c_sequence emsk_link_gcc_c_sequence
3%rename startfile emsk_startfile
4
5*link:
6%(emsk_link) -T emsk1_em6_ram.ld%s
7
8*emsk_libgloss:
9-luart_8250 -lemsk_uart
10
11*emsk_libc:
12%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
13
14*link_gcc_c_sequence:
15%(emsk_link_gcc_c_sequence) --start-group %G %(emsk_libc) %(emsk_libgloss) --end-group
16
17*startfile:
18%(emsk_startfile) arc-main-helper%O%s
This page took 0.022312 seconds and 5 git commands to generate.