summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 08:00:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 08:00:05 +0000
commit00966ba6e5f3533998753176ab008a4d0b8c0407 (patch)
treece34c828ffb43cef2e3018efb09b315a373d4302 /c
parent2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-00966ba6e5f3533998753176ab008a4d0b8c0407.tar.bz2
2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 101734ce64..c076db2b9e 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -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.
diff --git a/c/src/configure.in b/c/src/configure.in
index 360c8b3683..7077fb81ef 100644
--- a/c/src/configure.in
+++ b/c/src/configure.in
@@ -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