2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs
This commit is contained in:
Joel Sherrill
2000-08-30 08:00:05 +00:00
parent 51f21b2d20
commit 00966ba6e5
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -31,6 +31,7 @@ if test x"$multilib" = x"no"; then
cfg_subdirs="$cfg_subdirs exec"
fi
cfg_subdirs="$cfg_subdirs lib"
cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp"
cfg_subdirs="$cfg_subdirs libmisc"
if test "$RTEMS_CPU" != "unix"; then