patch for tasking in gnat not implemented on powerpc

2003-09-26 Thread xavier grave
Hi, I have patched the gnat part of gcc-3.3 in order to make it task aware. Hope it will help. xavier grave --- Makefile.in.orig 2003-08-12 07:46:13.0 +0200 +++ Makefile.in 2003-09-25 11:49:08.0 +0200 @@ -700,6 +700,28 @@ endif endif +ifeq ($(strip $(filter-out %powerpc linux%

tasking in gnat not implemented on powerpc

2003-09-26 Thread xavier grave
Hi, I'm using gnat on several architecture and run into this message on powerpc : failed run-time assertion : Tasking not implemented on this configuration the same program on i686 doesn't make any problem. Are you aware of this problem ? I'm using the last sid version. Thanks in advance, xav