Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-04 Thread Jan Sommer
Am Sonntag, 2. August 2015, 12:49:21 schrieb Joel Sherrill: [...] > >Quick question: How do I build the tests? > >The configure output says "--enable-tests enable tests > >(default:samples)" > >And looking at enable-tests.m4 it seems other options are yes and no, > >so the ada-tests will b

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-02 Thread Joel Sherrill
On August 2, 2015 12:35:29 PM CDT, Jan Sommer wrote: >Am Sonntag, 2. August 2015, 10:34:05 schrieb Joel Sherrill: >> Top posting.. ada-tests now build on at least 4.11. I committed >> the same patch to the master so they should build there. I >> didn't run any. >> > >Quick question: How do I b

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-02 Thread Jan Sommer
Am Sonntag, 2. August 2015, 10:34:05 schrieb Joel Sherrill: > Top posting.. ada-tests now build on at least 4.11. I committed > the same patch to the master so they should build there. I > didn't run any. > Quick question: How do I build the tests? The configure output says "--enable-tests

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-02 Thread Joel Sherrill
Top posting.. ada-tests now build on at least 4.11. I committed the same patch to the master so they should build there. I didn't run any. --joel On 08/02/2015 10:20 AM, Joel Sherrill wrote: On 08/01/2015 12:48 PM, Jan Sommer wrote: Am Samstag, 1. August 2015, 12:31:53 schrieb Joel Sherrill:

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-02 Thread Joel Sherrill
On 08/01/2015 12:48 PM, Jan Sommer wrote: Am Samstag, 1. August 2015, 12:31:53 schrieb Joel Sherrill: On 08/01/2015 12:24 PM, Jan Sommer wrote: Yes, I needed to add it to make the ada-examples compile. Did it need to be included anywhere other than libgnat/adasupp.c? Well, so far I haven't

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Jan Sommer
Am Samstag, 1. August 2015, 12:31:53 schrieb Joel Sherrill: > On 08/01/2015 12:24 PM, Jan Sommer wrote: > > Yes, I needed to add it to make the ada-examples compile. > > > Did it need to be included anywhere other than libgnat/adasupp.c? > Well, so far I haven't encountered the problem somewhere

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Joel Sherrill
On 08/01/2015 12:24 PM, Jan Sommer wrote: Yes, I needed to add it to make the ada-examples compile. Did it need to be included anywhere other than libgnat/adasupp.c? Sebastian reworked public vs private .h files and more includes moved to .c files. Since everything but Ada specific support fil

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Jan Sommer
Yes, I needed to add it to make the ada-examples compile. Am Samstag, 1. August 2015, 12:08:12 schrieb Joel Sherrill: > Can you give a configuration or file that broke with this? > > I recall that I had a local patch that just added this line to an Ada > specific C file. Nothing else broke. > >

Re: [PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Joel Sherrill
Can you give a configuration or file that broke with this? I recall that I had a local patch that just added this line to an Ada specific C file. Nothing else broke. On August 1, 2015 5:51:31 AM CDT, Jan Sommer wrote: >--- > cpukit/posix/include/rtems/posix/pthreadimpl.h | 1 + > 1 file changed

[PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

2015-08-01 Thread Jan Sommer
--- cpukit/posix/include/rtems/posix/pthreadimpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/posix/include/rtems/posix/pthreadimpl.h b/cpukit/posix/include/rtems/posix/pthreadimpl.h index f95ac9c..33fa33d 100644 --- a/cpukit/posix/include/rtems/posix/pthreadimpl.h +++ b/cpukit/po