Changeset 9f260c4 in rtems
- Timestamp:
- May 7, 2007, 9:39:54 AM (13 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- fa2fb65a
- Parents:
- e746a88
- Location:
- c/src/lib/libbsp/unix/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/ChangeLog
re746a88 r9f260c4 1 2007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove -qrtems_debug. 4 1 5 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/unix/posix/bsp_specs
re746a88 r9f260c4 3 3 *lib: 4 4 %{!qrtems: %(old_lib)} \ 5 %{qrtems: %{!qrtems_debug: -lrtemsbsp -lrtemscpu } \ 6 %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 5 %{qrtems: -lrtemsbsp -lrtemscpu \ 7 6 %(old_lib) \ 8 7 %{qnolinkcmds: } }
Note: See TracChangeset
for help on using the changeset viewer.