This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: EH bug in Makefile.in



  In message <m0xOp8P-0004edC@ocean.lucon.org>you write:
  > No. The bug is in gcc/Makefile.in. egcs-971023 turns off exceptions
  > in C. But _eh.o in libgcc2.a has to be compiled with exceptions
  > on. I added -fexceptions to LIBGCC2_CFLAGS in gcc/Makefile.in.
  > EH went back to egcs-971016 for me now.
Yup.  This was my goof.  I've added -fexceptions to LIBGCC2_CFLAGS
which should fix the problem.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]