Changeset 9c48256 in rtems
- Timestamp:
- 09/06/00 13:24:26 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8af6d15
- Parents:
- 278495b
- Location:
- c/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/ChangeLog
r278495b r9c48256 1 2 2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * configure.in: Cleanup comments. 1 5 2 6 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
c/src/lib/configure.in
r278495b r9c48256 31 31 AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix") 32 32 AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes") 33 34 # find all the CPU dependent library Makefiles35 # AC_CONFIG_SUBDIRS(libcpu)36 # AC_CONFIG_SUBDIRS(libbsp)37 38 33 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 39 34
Note: See TracChangeset
for help on using the changeset viewer.