source: rtems/c/src/lib/libbsp/i960/rxgen960/bsp_specs @ 2a85ea23

4.104.114.84.95
Last change on this file since 2a85ea23 was 2a85ea23, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/04 at 16:27:47

2004-02-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
  • clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • bsp_specs: Sync with other BSPs, fixup missing brace.
  • Property mode set to 100644
File size: 288 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)}  %{!nostdlib: %{qrtems: \
7%{!qrtems_debug: rxgen_romld.o%s} \
8%{qrtems_debug: rxgen_romld_g.o%s}}}
9
10*link:
11%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
12
Note: See TracBrowser for help on using the repository browser.