source: rtems/c/src/lib/libbsp/a29k/portsw/bsp_specs @ 2365488e

4.104.114.84.95
Last change on this file since 2365488e was 2365488e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/00 at 20:33:08

2000-09-22 Joel Sherrill <joel@…>

  • start/crt0.S: Renamed to start/start.S.
  • start/start.S: Formerly start/crt0.S.
  • startup/linkcmds: New file. GNU linker script that is not correct for the target board but links programs.
  • bsp_specs: Use linkcmds.
  • include/Makefile.am, start/Makefile.am startup/Makefile.am: Now work.
  • startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references to reoutines in assembly that are in turn "#if 0"'ed out.
  • Property mode set to 100644
File size: 566 bytes
Line 
1# This is an untested dummy
2%rename cpp old_cpp
3%rename lib old_lib
4%rename endfile old_endfile
5%rename startfile old_startfile
6%rename link old_link
7
8*cpp:
9%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
10
11*lib:
12%{!qrtems: %(old_lib)} \
13%{qrtems: --start-group %{!qrtems_debug: -lrtemsall } %{qrtems_debug: -lrtemsall_g} \
14 -lc -lgcc --end-group \
15 %{!qnolinkcmds: -T linkcmds%s}}
16
17*startfile:
18%{!qrtems: %(old_startfile)} \
19%{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}
20
21*link:
22%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
23
Note: See TracBrowser for help on using the repository browser.