2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: add libmisc and libchip to the GNU canonicalized
	subdirectories.
This commit is contained in:
Joel Sherrill
2000-10-25 16:59:41 +00:00
parent b7ed82fc6c
commit fa60c5bdf5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add libmisc and libchip to the GNU canonicalized
subdirectories.
2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, acinclude.m4, configure.in: Introduce GNU

View File

@@ -34,11 +34,11 @@ fi
cfg_subdirs="$cfg_subdirs lib"
cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp"
hst_subdirs="libfs"
cfg_subdirs2="libmisc"
hst_subdirs="$hst_subdirs libmisc"
if test "$RTEMS_CPU" != "unix"; then
## HACK: Suppress libchip for unix
cfg_subdirs2="$cfg_subdirs2 libchip"
hst_subdirs="$hst_subdirs libchip"
fi
if test "$HAS_NETWORKING" = "yes"; then