source: rtems/c/src/lib/libbsp/powerpc/ss555/bsp_specs @ a800d09c

4.104.114.84.95
Last change on this file since a800d09c was a800d09c, checked in by Joel Sherrill <joel.sherrill@…>, on 04/12/04 at 21:52:13

2004-04-12 David Querbach <querbach@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, times, clock/p_clock.c, console/console.c, include/.cvsignore, include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c, startup/iss555.c, startup/linkcmds, startup/start.S, wrapup/.cvsignore, wrapup/Makefile.am: New files.
  • Property mode set to 100644
File size: 642 bytes
RevLine 
[a800d09c]1%rename lib old_lib
2%rename endfile old_endfile
3%rename startfile old_startfile
4%rename link old_link
5
6*lib:
7%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
8%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
9%{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \
10%{!qnolinkcmds: %{qrtems_debug: --defsym RTEMS_DEBUG=1} -T linkcmds%s -Map %b.map}}}
11
12*startfile:
13%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s}}
14
15*endfile:
16%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
17
18*link:
19%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
20
Note: See TracBrowser for help on using the repository browser.