From 51f21b2d208cd451658d35ed90a0b0c23df9db83 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Aug 2000 07:59:43 +0000 Subject: 2000-08-30 Ralf Corsepius * configure.in: Remove libcpu and libbsp * Makefile.am: Remove libcpu and libbsp --- c/src/lib/ChangeLog | 5 +++++ c/src/lib/configure.in | 4 ++-- 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 + + * configure.in: Remove libcpu and libbsp + * Makefile.am: Remove libcpu and libbsp + 2000-08-25 Joel Sherrill * 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") -- cgit v1.2.3