summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:17:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:17:40 +0000
commit35b22754c2772843c7ccf9818a86d5dc1d36efe8 (patch)
tree575dccdd2fa6868344819392787f50054af8c8b6 /aclocal
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-35b22754c2772843c7ccf9818a86d5dc1d36efe8.tar.bz2
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING. * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all compilation rules (Work-around to an automake bug). * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to make-library.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/bsp-configure.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal/bsp-configure.m4 b/aclocal/bsp-configure.m4
index 9959621799..71a41a2083 100644
--- a/aclocal/bsp-configure.m4
+++ b/aclocal/bsp-configure.m4
@@ -14,4 +14,6 @@ AC_DEFUN([RTEMS_BSP_CONFIGURE],
RTEMS_CANONICAL_HOST
AM_CONFIG_HEADER([include/bspopts.h])
RTEMS_PROJECT_ROOT
+
+ RTEMS_CHECK_MULTIPROCESSING
])