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. --- c/src/optman/rtems/no-mp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'c/src/optman/rtems') diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c index 71c38826f3..41fa81e597 100644 --- a/c/src/optman/rtems/no-mp.c +++ b/c/src/optman/rtems/no-mp.c @@ -14,6 +14,9 @@ */ #include +#if !defined(RTEMS_MULTIPROCESSING) +char rtems_no_multiprocessing; +#else #include #include #include @@ -197,5 +200,5 @@ MPCI_Internal_packet *_MPCI_Internal_packets_Get_packet ( void ) ); return NULL; } - +#endif /* end of file */ -- cgit v1.2.3