From 97e2729d1a3432b9792b82ce88ce6d804a104f7a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Nov 1998 17:38:09 +0000 Subject: Added --disable-multiprocessing flag and modified a lot of files to make it work. --- make/custom/default.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make/custom/default.cfg') diff --git a/make/custom/default.cfg b/make/custom/default.cfg index afa1779f3d..dcb7a92c3a 100644 --- a/make/custom/default.cfg +++ b/make/custom/default.cfg @@ -58,7 +58,11 @@ HAS_CPLUSPLUS=no endif # Define this to yes if this target supports multiprocessor environments. +ifeq ($(RTEMS_HAS_MULTIPROCESSING),yes) +HAS_MP=yes +else HAS_MP=no +endif # Define this to yes if this target wants the TCP/IP stack ifeq ($(RTEMS_HAS_NETWORKING),yes) -- cgit v1.2.3