lang/gcc/4.8 sparc64 gnat support

2013-04-11 Thread Tobias Ulmer
Add sparc64 to the list of supported Ada archs * Add ncpu detection, this also affects the other archs thus REVISION bump. * Use SJLJ (setjump/longjump) exceptions because ZCX generates broken code on sparc64 (exceptions are thrown, but not caught). * Disable PCH support, which caused hangs on

Re: lang/gcc/4.8 sparc64 gnat support

2013-04-11 Thread Pascal Stumpf
On Thu, 11 Apr 2013 22:51:30 +0200, Tobias Ulmer wrote: Add sparc64 to the list of supported Ada archs * Add ncpu detection, this also affects the other archs thus REVISION bump. * Use SJLJ (setjump/longjump) exceptions because ZCX generates broken code on sparc64 (exceptions are thrown,

Re: lang/gcc/4.8 sparc64 gnat support

2013-04-11 Thread Tobias Ulmer
On Thu, Apr 11, 2013 at 11:25:15PM +0200, Pascal Stumpf wrote: On Thu, 11 Apr 2013 22:51:30 +0200, Tobias Ulmer wrote: Add sparc64 to the list of supported Ada archs How about this? Index: Makefile === RCS file: