Re: [cp-patches] Compile native code with -fexceptions

2008-06-12 Thread Andrew Haley
Mark Wielaard wrote: Hi Andrew, On Wed, 2008-06-11 at 13:23 +0100, Andrew Haley wrote: Classpath, when built as part of gcj, doesn't inherit CFLAGS from the gcj configury. As as consequence of this, JNI native code is built without unwinder data, and backtraces (and exceptions) through

Re: [cp-patches] Compile native code with -fexceptions

2008-06-12 Thread Mark Wielaard
Hi Andrew, On Thu, 2008-06-12 at 14:49 +0100, Andrew Haley wrote: Mark Wielaard wrote: +dnl will always work. +EXTRA_CFLAGS='-fexceptions -fnon-call-exceptions' +AC_SUBST(EXTRA_CFLAGS) I am afraid you are more qualified in this subject than I am, but would any

[cp-patches] FYI: Make tools gjdoc distcheck clean

2008-06-12 Thread Mark Wielaard
Hi, The new gjdoc addition didn't get through a full distcheck. The following patch fixes that by making sure that it can be build with builddir != srcdir, has all files included in the dist tar ball, and adds one missing file. 2008-06-13 Mark Wielaard [EMAIL PROTECTED] *

Re: [cp-patches] FYI: Make tools gjdoc distcheck clean

2008-06-12 Thread Mark Wielaard
Hi, On Fri, 2008-06-13 at 01:47 +0200, Mark Wielaard wrote: The new gjdoc addition didn't get through a full distcheck. The following patch fixes that by making sure that it can be build with builddir != srcdir, has all files included in the dist tar ball, and adds one missing file.