source: rtems/c/src/lib/libbsp/mips64orion/p4000/bsp_specs @ 4906d72f

4.104.114.84.95
Last change on this file since 4906d72f was d2a05e7, checked in by Joel Sherrill <joel.sherrill@…>, on 11/19/99 at 16:40:40

Renaming all BSP specific startXXX directories to use the same name (start).

  • Property mode set to 100644
File size: 536 bytes
RevLine 
[e9932367]1%rename cpp old_cpp
2%rename lib old_lib
3%rename endfile old_endfile
4%rename startfile old_startfile
5%rename link old_link
[b1b5a7cb]6
[e9932367]7*cpp:
8%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
[b1b5a7cb]9
[e9932367]10*lib:
[a858910]11%{!qrtems: %(old_lib)} %{qrtems: --start-group \
12%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \
13-lc -lgcc --end-group \
14%{!qnolinkcmds: -T linkcmds%s}}
[b1b5a7cb]15
[e9932367]16*startfile:
[a858910]17%{!qrtems: %(old_startfile)} %{qrtems: \
[d2a05e7]18%{!qrtems_debug: start.o%s} \
19%{qrtems_debug: start_g.o%s}}
[b1b5a7cb]20
[e9932367]21*link:
[8fe6d358]22%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
[b1b5a7cb]23
Note: See TracBrowser for help on using the repository browser.