source: rtems/c/src/lib/libbsp/or32/orp/bsp_specs @ 41d2d1fe

4.104.114.84.95
Last change on this file since 41d2d1fe was a24d946, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/02 at 13:57:03

2002-08-06 Chris Ziomkowski <chris@…>

  • .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console.c, console/console.h, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S, startup/.cvsignore, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, timer/timerisr.c, wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog?: New files added as part of merge from OpenCores? repository.
  • Property mode set to 100644
File size: 280 bytes
Line 
1%rename cpp old_cpp
2%rename lib old_lib
3
4*cpp:
5%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
6
7*lib:
8%{!qrtems: %(old_lib)} \
9%{qrtems: --start-group %{!qrtems_debug: -lrtemsall } %{qrtems_debug: -lrtemsall_g} \
10 -lc -lgcc --end-group \
11 %{!qnolinkcmds: -T linkcmds%s}}
12
Note: See TracBrowser for help on using the repository browser.