------- Additional Comments From debian-gcc at lists dot debian dot org  
2005-08-31 10:16 -------
tracked down the 15 failures to this patch:

2005-06-14  Tom Tromey  <[EMAIL PROTECTED]>

       PR libgcj/19877:
       * no-executables.m4: Call real AC_FUNC_MMAP when cache variable
       is set but not 'no'.

2005-06-14  Tom Tromey  <[EMAIL PROTECTED]>

       PR libgcj/19877:
       * configure, aclocal.m4, Makefile.in: Rebuilt.

looking at the generated libjava/Makefile, the only interesting difference is

-BACKTRACESPEC = -fno-omit-frame-pointer
+BACKTRACESPEC = -fomit-frame-pointer

but that macro isn't used anywhere.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23602

Reply via email to