Changeset bbcfe5f2 in rtems
- Timestamp:
- Jun 27, 2002, 9:24:09 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9e633f5
- Parents:
- 7990ddd
- Location:
- c/src/lib/libbsp/hppa1.1/simhppa
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
r7990ddd rbbcfe5f2 1 2002-06-27 Joel Sherrill <joel@OARcorp.com> 2 3 * Makefile.am, bsp_specs: Now this target almost compiles again. 4 1 5 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/hppa1.1/simhppa/Makefile.am
r7990ddd rbbcfe5f2 7 7 # wrapup is the one that actually builds and installs the library 8 8 # from the individual .rel files built in other directories 9 SUBDIRS = include start startup tty shmsupp wrapup tools9 SUBDIRS = . include start startup tty shmsupp wrapup tools 10 10 11 11 include $(top_srcdir)/../../bsp.am -
c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs
r7990ddd rbbcfe5f2 11 11 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 -lc -lgcc --end-group} 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 15 15 16 *startfile:
Note: See TracChangeset
for help on using the changeset viewer.