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

* configure.in: Remove libcpu and libbsp
	* Makefile.am: Remove libcpu and libbsp
This commit is contained in:
Joel Sherrill
2000-08-30 07:59:43 +00:00
parent c7b9872351
commit 51f21b2d20
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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")