From 0f9e7f9670cf6c36cf34b4ad5e18e8d7ee0244a8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Jan 2003 22:51:40 +0000 Subject: 2003-01-03 Joel Sherrill * ada.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp01/config.h, sptests/sp04/Makefile.am, sptests/sp04/config.h, support/init.c: Modified build rules slightly so gnat_main is used as the Ada main entry point. Modified sp01 and sp04 Makefile.am's to compile and link with init.o. The test config.h's specified the Ada application requirements -- not the Classic API ones. --- c/src/ada-tests/sptests/sp04/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/ada-tests/sptests/sp04/config.h') diff --git a/c/src/ada-tests/sptests/sp04/config.h b/c/src/ada-tests/sptests/sp04/config.h index 8a9352ccc9..dc9e15e9ce 100644 --- a/c/src/ada-tests/sptests/sp04/config.h +++ b/c/src/ada-tests/sptests/sp04/config.h @@ -31,6 +31,8 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 +#define CONFIGURE_MAXIMUM_TASKS 4 + #include /* end of include file */ -- cgit v1.2.3