Changeset 1abb56b in rtems
- Timestamp:
- 11/15/00 21:47:01 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8c47d509
- Parents:
- 4445e3c
- Location:
- c/src/lib/libbsp/sparc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/ChangeLog
r4445e3c r1abb56b 1 2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Cleanup. 4 1 5 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl> 2 6 -
c/src/lib/libbsp/sparc/erc32/ChangeLog
r4445e3c r1abb56b 1 2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Cleanup. 4 1 5 2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl> 2 6 -
c/src/lib/libbsp/sparc/erc32/Makefile.am
r4445e3c r1abb56b 8 8 # wrapup is the one that actually builds and installs the library 9 9 # from the individual .rel files built in other directories 10 SUBDIRS = . include start startup gnatsupp console clock timer \11 erc32sonicwrapup tools10 SUBDIRS = . include start startup gnatsupp console clock timer erc32sonic \ 11 wrapup tools 12 12 13 13 include $(top_srcdir)/../../bsp.am -
c/src/lib/libbsp/sparc/shared/Makefile.am
r4445e3c r1abb56b 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg8 include $(top_srcdir)/../../../../../automake/lib.am9 10 all-local:11 12 7 EXTRA_DIST = bspclean.c bspstart.c gnatcommon.c start.S 13 8
Note: See TracChangeset
for help on using the changeset viewer.