Changeset 51f21b2 in rtems
- Timestamp:
- 08/30/00 07:59:43 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 00966ba
- Parents:
- c7b98723
- Location:
- c/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/ChangeLog
rc7b98723 r51f21b2 1 2 2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * configure.in: Remove libcpu and libbsp 5 * Makefile.am: Remove libcpu and libbsp 1 6 2 7 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> -
c/src/lib/configure.in
rc7b98723 r51f21b2 33 33 34 34 # find all the CPU dependent library Makefiles 35 AC_CONFIG_SUBDIRS(libcpu)36 AC_CONFIG_SUBDIRS(libbsp)35 # AC_CONFIG_SUBDIRS(libcpu) 36 # AC_CONFIG_SUBDIRS(libbsp) 37 37 38 38 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
Note: See TracChangeset
for help on using the changeset viewer.