Changeset fa60c5b in rtems
- Timestamp:
- 10/25/00 16:59:41 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2735b82
- Parents:
- b7ed82f
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rb7ed82f rfa60c5b 1 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: add libmisc and libchip to the GNU canonicalized 4 subdirectories. 5 1 6 2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/configure.in
rb7ed82f rfa60c5b 35 35 cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp" 36 36 hst_subdirs="libfs" 37 cfg_subdirs2="libmisc"37 hst_subdirs="$hst_subdirs libmisc" 38 38 39 39 if test "$RTEMS_CPU" != "unix"; then 40 40 ## HACK: Suppress libchip for unix 41 cfg_subdirs2="$cfg_subdirs2libchip"41 hst_subdirs="$hst_subdirs libchip" 42 42 fi 43 43
Note: See TracChangeset
for help on using the changeset viewer.