Changeset 599b8b2 in rtems
- Timestamp:
- 11/13/00 22:41:50 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cd0324cf
- Parents:
- b21b0ab
- Location:
- c/src/lib/libbsp/sparc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/ChangeLog
rb21b0ab r599b8b2 1 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl> 2 3 * Makefile.am, configure.in: Added shared directory as part 4 of enhancing ERC32 and adding LEON. 5 1 6 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sparc/Makefile.am
rb21b0ab r599b8b2 7 7 8 8 # Descend into the $(RTEMS_BSP_FAMILY) directory 9 SUBDIRS = $(RTEMS_BSP_FAMILY)9 SUBDIRS = shared $(RTEMS_BSP_FAMILY) 10 10 11 11 include $(top_srcdir)/../../../../../automake/subdirs.am -
c/src/lib/libbsp/sparc/configure.in
rb21b0ab r599b8b2 4 4 5 5 AC_PREREQ(2.13) 6 AC_INIT( erc32)6 AC_INIT(shared) 7 7 RTEMS_TOP(../../../../..) 8 8 AC_CONFIG_AUX_DIR(../../../../..) … … 22 22 # Explicitly list all Makefiles here 23 23 AC_OUTPUT( 24 Makefile) 24 Makefile 25 shared/Makefile)
Note: See TracChangeset
for help on using the changeset viewer.