From cf1f72ea339287cf6f780b2e34b8092ce08da6b0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 13 Jun 2000 21:53:38 +0000 Subject: Moved i386 and m68k cache management code to libcpu. Everything now is an implementation of the prototypes in rtems/rtems/cache.h. The libcpu/i386/wrapup directory is no longer needed. The PowerPC needs this done to it. --- c/src/tests/configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/tests/configure.in') diff --git a/c/src/tests/configure.in b/c/src/tests/configure.in index e07aeb847e..2699756a45 100644 --- a/c/src/tests/configure.in +++ b/c/src/tests/configure.in @@ -44,7 +44,7 @@ RTEMS_CHECK_ITRON_API(RTEMS_BSP) if test "$tests_enabled" = "yes"; then # do functionality tests first, then performance tests - cfg_subdirs="libtests sptests" + cfg_subdirs="libtests sptests libffi" if test "$HAS_MP" = "yes"; then cfg_subdirs="$cfg_subdirs mptests" fi @@ -67,7 +67,6 @@ AC_SUBST(BARE_CPU_MODEL) AC_CONFIG_SUBDIRS(tools) AC_CONFIG_SUBDIRS(support) AC_CONFIG_SUBDIRS(samples) -AC_CONFIG_SUBDIRS(libffi) AC_CONFIG_SUBDIRS($cfg_subdirs) # Explicitly list all Makefiles here -- cgit v1.2.3