summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 07:59:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 07:59:43 +0000
commit51f21b2d208cd451658d35ed90a0b0c23df9db83 (patch)
tree3320a00b445ba9c30460c24769980ac4f0965f83
parent2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-51f21b2d208cd451658d35ed90a0b0c23df9db83.tar.bz2
2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove libcpu and libbsp * Makefile.am: Remove libcpu and libbsp
-rw-r--r--c/src/lib/ChangeLog5
-rw-r--r--c/src/lib/configure.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index a2e2c25f0c..f149b62985 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,4 +1,9 @@
+2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Remove libcpu and libbsp
+ * Makefile.am: Remove libcpu and libbsp
+
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* libc/fs_null_handlers.c: Added missing rmnod entry.
diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in
index 90e4c46d57..1a0764f7fe 100644
--- a/c/src/lib/configure.in
+++ b/c/src/lib/configure.in
@@ -32,8 +32,8 @@ AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix")
AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
# find all the CPU dependent library Makefiles
-AC_CONFIG_SUBDIRS(libcpu)
-AC_CONFIG_SUBDIRS(libbsp)
+# AC_CONFIG_SUBDIRS(libcpu)
+# AC_CONFIG_SUBDIRS(libbsp)
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")